Class: Octoparts::Model::Cookie

Inherits:
Object
  • Object
show all
Defined in:
lib/octoparts/model/cookie.rb

Instance Attribute Summary collapse

Instance Attribute Details

#discardObject

Returns the value of attribute discard.



4
5
6
# File 'lib/octoparts/model/cookie.rb', line 4

def discard
  @discard
end

#domainObject

Returns the value of attribute domain.



4
5
6
# File 'lib/octoparts/model/cookie.rb', line 4

def domain
  @domain
end

#http_onlyObject

Returns the value of attribute http_only.



4
5
6
# File 'lib/octoparts/model/cookie.rb', line 4

def http_only
  @http_only
end

#max_ageObject

Returns the value of attribute max_age.



4
5
6
# File 'lib/octoparts/model/cookie.rb', line 4

def max_age
  @max_age
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/octoparts/model/cookie.rb', line 4

def name
  @name
end

#pathObject

Returns the value of attribute path.



4
5
6
# File 'lib/octoparts/model/cookie.rb', line 4

def path
  @path
end

#secureObject

Returns the value of attribute secure.



4
5
6
# File 'lib/octoparts/model/cookie.rb', line 4

def secure
  @secure
end

#valueObject

Returns the value of attribute value.



4
5
6
# File 'lib/octoparts/model/cookie.rb', line 4

def value
  @value
end