Class: Virtuozzo::SOAP::Types::Envm::RouteType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::RouteType
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/protocolrouteType
director - SOAP::SOAPString
host - SOAP::SOAPString
index - SOAP::SOAPString
target - SOAP::SOAPString
Instance Attribute Summary collapse
-
#director ⇒ Object
Returns the value of attribute director.
-
#host ⇒ Object
Returns the value of attribute host.
-
#index ⇒ Object
Returns the value of attribute index.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(director = nil, host = nil, index = nil, target = nil) ⇒ RouteType
constructor
A new instance of RouteType.
Constructor Details
#initialize(director = nil, host = nil, index = nil, target = nil) ⇒ RouteType
Returns a new instance of RouteType.
2614 2615 2616 2617 2618 2619 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2614 def initialize(director = nil, host = nil, index = nil, target = nil) @director = director @host = host @index = index @target = target end |
Instance Attribute Details
#director ⇒ Object
Returns the value of attribute director.
2609 2610 2611 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2609 def director @director end |
#host ⇒ Object
Returns the value of attribute host.
2610 2611 2612 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2610 def host @host end |
#index ⇒ Object
Returns the value of attribute index.
2611 2612 2613 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2611 def index @index end |
#target ⇒ Object
Returns the value of attribute target.
2612 2613 2614 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2612 def target @target end |