Class: Buzz::CookieJar::Cookie

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

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



8
9
10
# File 'lib/buzz/cookie_jar.rb', line 8

def domain
  @domain
end

#expiresObject

Returns the value of attribute expires

Returns:

  • (Object)

    the current value of expires



8
9
10
# File 'lib/buzz/cookie_jar.rb', line 8

def expires
  @expires
end

#httponlyObject

Returns the value of attribute httponly

Returns:

  • (Object)

    the current value of httponly



8
9
10
# File 'lib/buzz/cookie_jar.rb', line 8

def httponly
  @httponly
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/buzz/cookie_jar.rb', line 8

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



8
9
10
# File 'lib/buzz/cookie_jar.rb', line 8

def path
  @path
end

#secureObject

Returns the value of attribute secure

Returns:

  • (Object)

    the current value of secure



8
9
10
# File 'lib/buzz/cookie_jar.rb', line 8

def secure
  @secure
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/buzz/cookie_jar.rb', line 8

def value
  @value
end