Class: BetterAuth::SessionStore::CookieValue
- Inherits:
-
Struct
- Object
- Struct
- BetterAuth::SessionStore::CookieValue
- Defined in:
- lib/better_auth/session_store.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
9 10 11 |
# File 'lib/better_auth/session_store.rb', line 9 def attributes @attributes end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/better_auth/session_store.rb', line 9 def name @name end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/better_auth/session_store.rb', line 9 def value @value end |