Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/fobos/graph_api/hash.rb

Overview

Override Class::Hash

Instance Method Summary collapse

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 add_access_token_to_options(access_token)
  self[:access_token] = access_token
end