Class: FbRails::Fb
- Inherits:
-
Object
- Object
- FbRails::Fb
- Defined in:
- lib/fb_rails/fb.rb
Instance Attribute Summary collapse
-
#cookies ⇒ Object
readonly
Returns the value of attribute cookies.
Instance Method Summary collapse
- #graph ⇒ Object
-
#initialize(cookies) ⇒ Fb
constructor
A new instance of Fb.
Constructor Details
#initialize(cookies) ⇒ Fb
Returns a new instance of Fb.
7 8 9 |
# File 'lib/fb_rails/fb.rb', line 7 def initialize() @cookies = end |
Instance Attribute Details
#cookies ⇒ Object (readonly)
Returns the value of attribute cookies.
6 7 8 |
# File 'lib/fb_rails/fb.rb', line 6 def @cookies end |