Class: Virtuozzo::SOAP::Drivers::Session::Get_sessionResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(session = nil) ⇒ Get_sessionResponse

Returns a new instance of Get_sessionResponse.



2300
2301
2302
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2300

def initialize(session = nil)
  @session = session
end

Instance Attribute Details

#sessionObject

Returns the value of attribute session.



2298
2299
2300
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2298

def session
  @session
end