Class: Virtuozzo::SOAP::Types::Up2date::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
Instance Attribute Summary collapse
-
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
-
#name ⇒ Object
Returns the value of attribute name.
-
#transfer ⇒ Object
Returns the value of attribute transfer.
Instance Method Summary collapse
-
#initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil) ⇒ InterfaceType
constructor
A new instance of InterfaceType.
Constructor Details
#initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil) ⇒ InterfaceType
Returns a new instance of InterfaceType.
1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1361 def initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil) @name = name @bandwidth = bandwidth @transfer = transfer @ipaddress = ipaddress @flags = flags end |
Instance Attribute Details
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
1356 1357 1358 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1356 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
1359 1360 1361 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1359 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
1358 1359 1360 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1358 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
1355 1356 1357 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1355 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
1357 1358 1359 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1357 def transfer @transfer end |