Class: Virtuozzo::SOAP::Drivers::Session::Get

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/session/types.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/sessionmget

session_id - SOAP::SOAPString
key - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(session_id = nil, key = []) ⇒ Get

Returns a new instance of Get.



2125
2126
2127
2128
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2125

def initialize(session_id = nil, key = [])
  @session_id = session_id
  @key = key
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2123
2124
2125
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2123

def key
  @key
end

#session_idObject

Returns the value of attribute session_id.



2122
2123
2124
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2122

def session_id
  @session_id
end