Class: Virtuozzo::SOAP::Types::Alertm::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Alertm::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/alertm.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.
537 538 539 540 541 542 543 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 537 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.
532 533 534 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 532 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
535 536 537 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 535 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
534 535 536 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 534 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
531 532 533 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 531 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
533 534 535 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 533 def transfer @transfer end |