Method: Falcon::DomainDiscoverAPINetworkInterface.attribute_map
- Defined in:
- lib/crimson-falcon/models/domain_discover_api_network_interface.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
52 53 54 55 56 57 58 59 60 |
# File 'lib/crimson-falcon/models/domain_discover_api_network_interface.rb', line 52 def self.attribute_map { :'interface_alias' => :'interface_alias', :'interface_description' => :'interface_description', :'local_ip' => :'local_ip', :'mac_address' => :'mac_address', :'network_prefix' => :'network_prefix' } end |