Method: FORCAST::Firebase::Database#get

Defined in:
lib/forcast/utils/firebase_database.rb

#get(path, query_options: {}) ⇒ Object



52
53
54
55
56
57
58
# File 'lib/forcast/utils/firebase_database.rb', line 52

def get(path,query_options: {})
  json_recived = constructor do
      self._method = :get
      self.path = path
      self.query_options = query_options
  end
end