Class: AMT::Service::NetworkAdministration::IPParameters
- Inherits:
-
Struct
- Object
- Struct
- AMT::Service::NetworkAdministration::IPParameters
- Defined in:
- lib/amt/service/network_administration/structures.rb
Overview
Struct class containing IP information of an AMT network interface.
Instance Attribute Summary collapse
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#mask ⇒ Object
Returns the value of attribute mask.
-
#primary_dns ⇒ Object
Returns the value of attribute primary_dns.
-
#secondary_dns ⇒ Object
Returns the value of attribute secondary_dns.
Instance Attribute Details
#gateway ⇒ Object
Returns the value of attribute gateway
25 26 27 |
# File 'lib/amt/service/network_administration/structures.rb', line 25 def gateway @gateway end |
#ip ⇒ Object
Returns the value of attribute ip
25 26 27 |
# File 'lib/amt/service/network_administration/structures.rb', line 25 def ip @ip end |
#mask ⇒ Object
Returns the value of attribute mask
25 26 27 |
# File 'lib/amt/service/network_administration/structures.rb', line 25 def mask @mask end |
#primary_dns ⇒ Object
Returns the value of attribute primary_dns
25 26 27 |
# File 'lib/amt/service/network_administration/structures.rb', line 25 def primary_dns @primary_dns end |
#secondary_dns ⇒ Object
Returns the value of attribute secondary_dns
25 26 27 |
# File 'lib/amt/service/network_administration/structures.rb', line 25 def secondary_dns @secondary_dns end |