Class: Virtuozzo::SOAP::Types::Filer::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinterfaceType
name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Types::Filer::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.
646 647 648 649 650 651 652 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 646 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.
641 642 643 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 641 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
644 645 646 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 644 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
643 644 645 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 643 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
640 641 642 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 640 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
642 643 644 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 642 def transfer @transfer end |