class FlexiScale::IpBlock

Public Instance Methods

to_handy_hash() click to toggle source
# File lib/api/Flexiscale APIAddons.rb, line 67
def to_handy_hash
  ::FlexiScale::attrs_to_hash(self, :customer_vlan_id, :end_ip, :start_ip, :block_type).merge(
    :fxs_id => self.ip_block_id
  )
end