Class: Philiprehberger::HttpClient::CookieJar::Cookie

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

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



10
11
12
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10

def domain
  @domain
end

#expiresObject

Returns the value of attribute expires

Returns:

  • (Object)

    the current value of expires



10
11
12
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10

def expires
  @expires
end

#http_onlyObject

Returns the value of attribute http_only

Returns:

  • (Object)

    the current value of http_only



10
11
12
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10

def http_only
  @http_only
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10

def path
  @path
end

#secureObject

Returns the value of attribute secure

Returns:

  • (Object)

    the current value of secure



10
11
12
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10

def secure
  @secure
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10

def value
  @value
end