Class: Virtuozzo::SOAP::Types::Support::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Support::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/support.rb
Overview
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.
1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1181 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.
1176 1177 1178 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1176 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
1179 1180 1181 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1179 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
1178 1179 1180 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1178 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
1175 1176 1177 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1175 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
1177 1178 1179 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1177 def transfer @transfer end |