Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/fobos/graph_api/hash.rb
Overview
Override Class::Hash
Instance Method Summary collapse
-
#add_access_token_to_options(access_token) ⇒ Object
Add access_token to options for API call.
Instance Method Details
#add_access_token_to_options(access_token) ⇒ Object
Add access_token to options for API call
4 5 6 |
# File 'lib/fobos/graph_api/hash.rb', line 4 def (access_token) self[:access_token] = access_token end |