Class: Quandl::Dataset
- Includes:
- Operations::Get, Operations::List
- Defined in:
- lib/quandl/model/dataset.rb
Class Method Summary collapse
-
.get_path ⇒ Object
rubocop:disable Style/AccessorMethodName.
Instance Method Summary collapse
- #column_names ⇒ Object
- #data(options = {}) ⇒ Object
-
#database ⇒ Object
rubocop:enable Style/AccessorMethodName.
Methods inherited from ModelBase
#data_fields, #initialize, #inspect, #to_a
Constructor Details
This class inherits a constructor from Quandl::ModelBase
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Quandl::ModelBase
Class Method Details
.get_path ⇒ Object
rubocop:disable Style/AccessorMethodName
7 8 9 |
# File 'lib/quandl/model/dataset.rb', line 7 def self.get_path default_path + '/metadata' end |
Instance Method Details
#column_names ⇒ Object
20 21 22 |
# File 'lib/quandl/model/dataset.rb', line 20 def column_names @raw_data['column_names'] end |