Class: Virtuozzo::SOAP::Types::Packagem::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinterfaceType
name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Types::Packagem::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.
1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1215 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.
1210 1211 1212 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1210 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
1213 1214 1215 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1213 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
1212 1213 1214 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1212 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
1209 1210 1211 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1209 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
1211 1212 1213 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1211 def transfer @transfer end |