Class: BetterAuth::Cookies::Cookie
- Inherits:
-
Struct
- Object
- Struct
- BetterAuth::Cookies::Cookie
- Defined in:
- lib/better_auth/cookies.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
(also: #options)
Returns the value of attribute attributes.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#attributes ⇒ Object Also known as: options
Returns the value of attribute attributes
12 13 14 |
# File 'lib/better_auth/cookies.rb', line 12 def attributes @attributes end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/better_auth/cookies.rb', line 12 def name @name end |