Class: Virtuozzo::SOAP::Types::Sessionm::Get
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::Get
- Defined in:
- lib/virtuozzo/soap/types/sessionm.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.
2127 2128 2129 2130 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2127 def initialize(session_id = nil, key = []) @session_id = session_id @key = key end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
2125 2126 2127 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2125 def key @key end |
#session_id ⇒ Object
Returns the value of attribute session_id.
2124 2125 2126 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 2124 def session_id @session_id end |