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.



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

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

Instance Attribute Details

#sessionObject

Returns the value of attribute session.



2296
2297
2298
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2296

def session
  @session
end