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.

See Also:

Instance Method Summary collapse

Instance Method Details

#originSymbol

The origin type of the dataset.

Returns:

  • (Symbol)

    :html

See Also:



22
23
24
# File 'lib/data_kitten/origins/json.rb', line 22

def origin
  :json
end