Class: Viadeo::GraphConnection
- Inherits:
-
GraphObject
- Object
- GraphObject
- Viadeo::GraphConnection
- Defined in:
- lib/viadeo/graph_connection.rb
Instance Attribute Summary
Attributes inherited from GraphObject
Instance Method Summary collapse
-
#initialize(access_token, options = {}) ⇒ GraphConnection
constructor
A new instance of GraphConnection.
Methods inherited from GraphObject
#[], #[]=, #data_to_graph_object, #each, #inspect, #keys, new_from, #refresh_from, #reset, #to_hash, #to_json, #to_s, #updated?, #url, #values
Constructor Details
#initialize(access_token, options = {}) ⇒ GraphConnection
Returns a new instance of GraphConnection.
4 5 6 7 |
# File 'lib/viadeo/graph_connection.rb', line 4 def initialize(access_token, ={}) @connection = [:connection] if [:connection] super(access_token, ) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Viadeo::GraphObject