Class: Virtuozzo::SOAP::Types::Scheduler::InterfaceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::InterfaceType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinterfaceType
name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Types::Scheduler::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.
688 689 690 691 692 693 694 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 688 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.
683 684 685 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 683 def bandwidth @bandwidth end |
#flags ⇒ Object
Returns the value of attribute flags.
686 687 688 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 686 def flags @flags end |
#ipaddress ⇒ Object
Returns the value of attribute ipaddress.
685 686 687 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 685 def ipaddress @ipaddress end |
#name ⇒ Object
Returns the value of attribute name.
682 683 684 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 682 def name @name end |
#transfer ⇒ Object
Returns the value of attribute transfer.
684 685 686 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 684 def transfer @transfer end |