Class: BetterAuth::SessionStore::CookieValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/better_auth/session_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



9
10
11
# File 'lib/better_auth/session_store.rb', line 9

def attributes
  @attributes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/better_auth/session_store.rb', line 9

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/better_auth/session_store.rb', line 9

def value
  @value
end