Class: BetterAuth::Cookies::Cookie

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject Also known as: options

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



12
13
14
# File 'lib/better_auth/cookies.rb', line 12

def attributes
  @attributes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/better_auth/cookies.rb', line 12

def name
  @name
end