Class: App42::Session::Session

Inherits:
App42Response show all
Defined in:
lib/session/Session.rb

Instance Attribute Summary collapse

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#attributeListObject

Returns the value of attribute attributeList.



19
20
21
# File 'lib/session/Session.rb', line 19

def attributeList
  @attributeList
end

#createdOnObject

Returns the value of attribute createdOn.



19
20
21
# File 'lib/session/Session.rb', line 19

def createdOn
  @createdOn
end

#invalidatedOnObject

Returns the value of attribute invalidatedOn.



19
20
21
# File 'lib/session/Session.rb', line 19

def invalidatedOn
  @invalidatedOn
end

#sessionIdObject

Returns the value of attribute sessionId.



19
20
21
# File 'lib/session/Session.rb', line 19

def sessionId
  @sessionId
end

#userNameObject

Returns the value of attribute userName.



19
20
21
# File 'lib/session/Session.rb', line 19

def userName
  @userName
end