Module: DataKitten::Origins::HTML

Defined in:
lib/data_kitten/origins/html.rb

Overview

HTML 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/html.rb', line 22

def origin
  :html
end