Class: Virtuozzo::SOAP::Drivers::Session::Get
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Session::Get
- 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
-
#key ⇒ Object
Returns the value of attribute key.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
Instance Method Summary collapse
-
#initialize(session_id = nil, key = []) ⇒ Get
constructor
A new instance of Get.
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
#key ⇒ Object
Returns the value of attribute key.
2123 2124 2125 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2123 def key @key end |
#session_id ⇒ Object
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 |