Class: Virtuozzo::SOAP::Types::Licensem::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/licensem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinterfaceType
name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Types::Licensem::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.
570 571 572 573 574 575 576 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 570 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.
565 566 567 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 565 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
568 569 570 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 568 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
567 568 569 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 567 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
564 565 566 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 564 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
566 567 568 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 566 def transfer @transfer end |