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