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, = {}) self.class.post(requested_object_id, .merge(:access_token => @access_token)) end |