Class: Twilic::Core::Session::DictionaryProfile

Inherits:
Data
  • Object
show all
Defined in:
lib/twilic/core/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



27
28
29
# File 'lib/twilic/core/session.rb', line 27

def expires_at
  @expires_at
end

#fallbackObject (readonly)

Returns the value of attribute fallback

Returns:

  • (Object)

    the current value of fallback



27
28
29
# File 'lib/twilic/core/session.rb', line 27

def fallback
  @fallback
end

#hashObject (readonly)

Returns the value of attribute hash

Returns:

  • (Object)

    the current value of hash



27
28
29
# File 'lib/twilic/core/session.rb', line 27

def hash
  @hash
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



27
28
29
# File 'lib/twilic/core/session.rb', line 27

def version
  @version
end