Class: Synacrb::Common::LoginSuccess

Inherits:
Struct
  • Object
show all
Defined in:
lib/synacrb/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



61
62
63
# File 'lib/synacrb/common.rb', line 61

def created
  @created
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



61
62
63
# File 'lib/synacrb/common.rb', line 61

def id
  @id
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



61
62
63
# File 'lib/synacrb/common.rb', line 61

def token
  @token
end