Class: Virtuozzo::SOAP::Types::EventLog::RouteType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/event_log.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

Instance Method Summary collapse

Constructor Details

#initialize(director = nil, host = nil, index = nil, target = nil) ⇒ RouteType

Returns a new instance of RouteType.



1862
1863
1864
1865
1866
1867
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1862

def initialize(director = nil, host = nil, index = nil, target = nil)
  @director = director
  @host = host
  @index = index
  @target = target
end

Instance Attribute Details

#directorObject

Returns the value of attribute director.



1857
1858
1859
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1857

def director
  @director
end

#hostObject

Returns the value of attribute host.



1858
1859
1860
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1858

def host
  @host
end

#indexObject

Returns the value of attribute index.



1859
1860
1861
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1859

def index
  @index
end

#targetObject

Returns the value of attribute target.



1860
1861
1862
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1860

def target
  @target
end