Class: Facebooker::Cookie

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/facebooker/models/cookie.rb

Overview

A simple representation of a cookie.

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session

Instance Attribute Details

#expiresObject

Returns the value of attribute expires.



8
9
10
# File 'lib/facebooker/models/cookie.rb', line 8

def expires
  @expires
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/facebooker/models/cookie.rb', line 8

def name
  @name
end

#pathObject

Returns the value of attribute path.



8
9
10
# File 'lib/facebooker/models/cookie.rb', line 8

def path
  @path
end

#uidObject

Returns the value of attribute uid.



8
9
10
# File 'lib/facebooker/models/cookie.rb', line 8

def uid
  @uid
end

#valueObject

Returns the value of attribute value.



8
9
10
# File 'lib/facebooker/models/cookie.rb', line 8

def value
  @value
end