Class: Virtuozzo::SOAP::Types::ProcInfo::RouteType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ProcInfo::RouteType
- Defined in:
- lib/virtuozzo/soap/types/proc_info.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.
1970 1971 1972 1973 1974 1975 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1970 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.
1965 1966 1967 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1965 def director @director end |
#host ⇒ Object
Returns the value of attribute host.
1966 1967 1968 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1966 def host @host end |
#index ⇒ Object
Returns the value of attribute index.
1967 1968 1969 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1967 def index @index end |
#target ⇒ Object
Returns the value of attribute target.
1968 1969 1970 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1968 def target @target end |