Class: Virtuozzo::SOAP::Types::Sessionm::SessionType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#accessObject

Returns the value of attribute access.



18
19
20
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 18

def access
  @access
end

#creationObject

Returns the value of attribute creation.



17
18
19
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 17

def creation
  @creation
end

#dataObject

Returns the value of attribute data.



22
23
24
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 22

def data
  @data
end

#expirationObject

Returns the value of attribute expiration.



20
21
22
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 20

def expiration
  @expiration
end

#idObject

Returns the value of attribute id.



16
17
18
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 16

def id
  @id
end

#stampObject

Returns the value of attribute stamp.



21
22
23
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 21

def stamp
  @stamp
end

#tokenObject

Returns the value of attribute token.



23
24
25
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 23

def token
  @token
end

#userObject

Returns the value of attribute user.



19
20
21
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 19

def user
  @user
end