Class: Virtuozzo::SOAP::Types::Sessionm::SessionType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::SessionType
- Defined in:
- lib/virtuozzo/soap/types/sessionm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/sessionmsessionType
id - SOAP::SOAPString
creation - (any)
access - (any)
user - Virtuozzo::SOAP::Types::Sessionm::Auth_nameType
expiration - SOAP::SOAPInt
stamp - SOAP::SOAPString
data - Virtuozzo::SOAP::Types::Sessionm::DataType
token - Virtuozzo::SOAP::Types::Sessionm::TokenType
Instance Attribute Summary collapse
-
#access ⇒ Object
Returns the value of attribute access.
-
#creation ⇒ Object
Returns the value of attribute creation.
-
#data ⇒ Object
Returns the value of attribute data.
-
#expiration ⇒ Object
Returns the value of attribute expiration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#stamp ⇒ Object
Returns the value of attribute stamp.
-
#token ⇒ Object
Returns the value of attribute token.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(id = nil, creation = nil, access = nil, user = nil, expiration = nil, stamp = nil, data = [], token = nil) ⇒ SessionType
constructor
A new instance of SessionType.
Constructor Details
#initialize(id = nil, creation = nil, access = nil, user = nil, expiration = nil, stamp = nil, data = [], token = nil) ⇒ SessionType
Returns a new instance of SessionType.
25 26 27 28 29 30 31 32 33 34 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 25 def initialize(id = nil, creation = nil, access = nil, user = nil, expiration = nil, stamp = nil, data = [], token = nil) @id = id @creation = creation @access = access @user = user @expiration = expiration @stamp = stamp @data = data @token = token end |
Instance Attribute Details
#access ⇒ Object
Returns the value of attribute access.
18 19 20 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 18 def access @access end |
#creation ⇒ Object
Returns the value of attribute creation.
17 18 19 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 17 def creation @creation end |
#data ⇒ Object
Returns the value of attribute data.
22 23 24 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 22 def data @data end |
#expiration ⇒ Object
Returns the value of attribute expiration.
20 21 22 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 20 def expiration @expiration end |
#id ⇒ Object
Returns the value of attribute id.
16 17 18 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 16 def id @id end |
#stamp ⇒ Object
Returns the value of attribute stamp.
21 22 23 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 21 def stamp @stamp end |
#token ⇒ Object
Returns the value of attribute token.
23 24 25 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 23 def token @token end |
#user ⇒ Object
Returns the value of attribute user.
19 20 21 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 19 def user @user end |