Class: ApphoshiesClient::TrackingItem
Class Method Summary collapse
Methods inherited from Document
#get_value, #method_missing, #set_value
Methods inherited from Base
find_by_application_client_key, find_by_datasource, find_one, get, reload_http_headers
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ApphoshiesClient::Document
Class Method Details
.all(options = {}) ⇒ Object
4 5 6 |
# File 'lib/apphoshies_client/tracking_item.rb', line 4 def self.all( = {}) find_by_datasource('tracking_items', ) end |