Class: Virtuozzo::SOAP::Types::Processm::RouteType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::RouteType
- Defined in:
- lib/virtuozzo/soap/types/processm.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.
395 396 397 398 399 400 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 395 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.
390 391 392 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 390 def director @director end |
#host ⇒ Object
Returns the value of attribute host.
391 392 393 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 391 def host @host end |
#index ⇒ Object
Returns the value of attribute index.
392 393 394 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 392 def index @index end |
#target ⇒ Object
Returns the value of attribute target.
393 394 395 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 393 def target @target end |