Class: Dommy::Rack::CookieJar::CookieEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/dommy/rack/cookie_jar.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



12
13
14
# File 'lib/dommy/rack/cookie_jar.rb', line 12

def domain
  @domain
end

#expiresObject

Returns the value of attribute expires

Returns:

  • (Object)

    the current value of expires



12
13
14
# File 'lib/dommy/rack/cookie_jar.rb', line 12

def expires
  @expires
end

#host_onlyObject

Returns the value of attribute host_only

Returns:

  • (Object)

    the current value of host_only



12
13
14
# File 'lib/dommy/rack/cookie_jar.rb', line 12

def host_only
  @host_only
end

#http_onlyObject

Returns the value of attribute http_only

Returns:

  • (Object)

    the current value of http_only



12
13
14
# File 'lib/dommy/rack/cookie_jar.rb', line 12

def http_only
  @http_only
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/dommy/rack/cookie_jar.rb', line 12

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/dommy/rack/cookie_jar.rb', line 12

def path
  @path
end

#secureObject

Returns the value of attribute secure

Returns:

  • (Object)

    the current value of secure



12
13
14
# File 'lib/dommy/rack/cookie_jar.rb', line 12

def secure
  @secure
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



12
13
14
# File 'lib/dommy/rack/cookie_jar.rb', line 12

def value
  @value
end