Method: HyperGraph#post

Defined in:
lib/hyper_graph.rb

#post(requested_object_id, options = {}) ⇒ Object



136
137
138
# File 'lib/hyper_graph.rb', line 136

def post(requested_object_id, options = {})
  self.class.post(requested_object_id, options.merge(:access_token => @access_token))
end