Module: DataKitten::Origins::JSON
- Defined in:
- lib/data_kitten/origins/json.rb
Overview
JSON origin module. Automatically mixed into Dataset for datasets that are accessed through an API.
Instance Method Summary collapse
-
#origin ⇒ Symbol
The origin type of the dataset.
Instance Method Details
#origin ⇒ Symbol
The origin type of the dataset.
22 23 24 |
# File 'lib/data_kitten/origins/json.rb', line 22 def origin :json end |