Class: HttpMimic::Cookies::CookieItem
- Inherits:
-
Struct
- Object
- Struct
- HttpMimic::Cookies::CookieItem
- Defined in:
- lib/http_mimic/cookies.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
7 8 9 |
# File 'lib/http_mimic/cookies.rb', line 7 def attributes @attributes end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/http_mimic/cookies.rb', line 7 def name @name end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/http_mimic/cookies.rb', line 7 def value @value end |