Method: HyperGraph#delete

Defined in:
lib/hyper_graph.rb

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



140
141
142
# File 'lib/hyper_graph.rb', line 140

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