Class: Virtuozzo::SOAP::Types::Computerm::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Computerm::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/computerm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinterfaceType
name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Types::Computerm::TransferType
ipaddress - (any)
flags - SOAP::SOAPInt
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.
591 592 593 594 595 596 597 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 591 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.
586 587 588 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 586 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
589 590 591 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 589 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
588 589 590 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 588 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
585 586 587 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 585 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
587 588 589 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 587 def transfer @transfer end |