class FlexiScale::Firewall
Public Instance Methods
to_handy_hash()
click to toggle source
# File lib/api/Flexiscale APIAddons.rb, line 75 def to_handy_hash ::FlexiScale::attrs_to_hash(self, :ip_address, :default_policy).merge( :fxs_id => self.firewall_id ) end