Class: FbookGraph::Client
- Inherits:
-
Object
- Object
- FbookGraph::Client
- Defined in:
- lib/fbook_graph/client.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
Attributes.
Instance Method Summary collapse
-
#initialize(token) ⇒ Client
constructor
Constructor.
- #my_friends(**search_options) ⇒ Object
-
#my_images(*albums) ⇒ Object
Instance Methods.
Constructor Details
#initialize(token) ⇒ Client
Constructor
7 8 9 |
# File 'lib/fbook_graph/client.rb', line 7 def initialize(token) @token = token end |
Instance Attribute Details
#token ⇒ Object
Attributes
4 5 6 |
# File 'lib/fbook_graph/client.rb', line 4 def token @token end |