Class: Virtuozzo::SOAP::Drivers::Session::Get_session
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Session::Get_session
- Defined in:
- lib/virtuozzo/soap/drivers/session/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/sessionmget_session
session_id - SOAP::SOAPString
pass - Virtuozzo::SOAP::Drivers::Session::Auth_nameType
stamp - (any)
Instance Attribute Summary collapse
-
#pass ⇒ Object
Returns the value of attribute pass.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#stamp ⇒ Object
Returns the value of attribute stamp.
Instance Method Summary collapse
-
#initialize(session_id = nil, pass = nil, stamp = nil) ⇒ Get_session
constructor
A new instance of Get_session.
Constructor Details
#initialize(session_id = nil, pass = nil, stamp = nil) ⇒ Get_session
Returns a new instance of Get_session.
2183 2184 2185 2186 2187 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2183 def initialize(session_id = nil, pass = nil, stamp = nil) @session_id = session_id @pass = pass @stamp = stamp end |
Instance Attribute Details
#pass ⇒ Object
Returns the value of attribute pass.
2180 2181 2182 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2180 def pass @pass end |
#session_id ⇒ Object
Returns the value of attribute session_id.
2179 2180 2181 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2179 def session_id @session_id end |
#stamp ⇒ Object
Returns the value of attribute stamp.
2181 2182 2183 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2181 def stamp @stamp end |