Class: Virtuozzo::SOAP::Drivers::Process::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Process::InterfaceType
- Defined in:
- lib/virtuozzo/soap/drivers/process/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinterfaceType
name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Drivers::Process::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.
1160 1161 1162 1163 1164 1165 1166 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1160 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.
1155 1156 1157 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1155 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
1158 1159 1160 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1158 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
1157 1158 1159 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1157 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
1154 1155 1156 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1154 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
1156 1157 1158 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1156 def transfer @transfer end |