Class: Facebooker::Cookie
- Inherits:
-
Object
- Object
- Facebooker::Cookie
- Includes:
- Model
- Defined in:
- lib/facebooker/models/cookie.rb
Overview
A simple representation of a cookie.
Instance Attribute Summary collapse
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#expires ⇒ Object
Returns the value of attribute expires.
8 9 10 |
# File 'lib/facebooker/models/cookie.rb', line 8 def expires @expires end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/facebooker/models/cookie.rb', line 8 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
8 9 10 |
# File 'lib/facebooker/models/cookie.rb', line 8 def path @path end |
#uid ⇒ Object
Returns the value of attribute uid.
8 9 10 |
# File 'lib/facebooker/models/cookie.rb', line 8 def uid @uid end |
#value ⇒ Object
Returns the value of attribute value.
8 9 10 |
# File 'lib/facebooker/models/cookie.rb', line 8 def value @value end |