class FlexiScale::NetworkInterface

Public Instance Methods

to_handy_hash() click to toggle source
# File lib/api/Flexiscale APIAddons.rb, line 59
def to_handy_hash
  ::FlexiScale::attrs_to_hash(self, :server_id, :vlan_id, :mac_address).merge(
    :fxs_id => self.network_interface_id
  )
end