Class: Virtuozzo::SOAP::Types::Mailer::Net_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Mailer::Net_deviceType
- Defined in:
- lib/virtuozzo/soap/types/mailer.rb
Overview
Direct Known Subclasses
Defined Under Namespace
Classes: Status
Instance Attribute Summary collapse
-
#dhcp ⇒ Object
Returns the value of attribute dhcp.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#network_id ⇒ Object
Returns the value of attribute network_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil) ⇒ Net_deviceType
constructor
A new instance of Net_deviceType.
Constructor Details
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil) ⇒ Net_deviceType
Returns a new instance of Net_deviceType.
1323 1324 1325 1326 1327 1328 1329 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1323 def initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil) @id = id @ip_address = ip_address @dhcp = dhcp @network_id = network_id @status = status end |
Instance Attribute Details
#dhcp ⇒ Object
Returns the value of attribute dhcp.
1319 1320 1321 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1319 def dhcp @dhcp end |
#id ⇒ Object
Returns the value of attribute id.
1317 1318 1319 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1317 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
1318 1319 1320 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1318 def ip_address @ip_address end |
#network_id ⇒ Object
Returns the value of attribute network_id.
1320 1321 1322 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1320 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
1321 1322 1323 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1321 def status @status end |