Method: HyperGraph#get

Defined in:
lib/hyper_graph.rb

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



132
133
134
# File 'lib/hyper_graph.rb', line 132

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