lib/quandl/format/dataset/attributes.rb in quandl_format-0.5.0 vs lib/quandl/format/dataset/attributes.rb in quandl_format-0.5.1

- old
+ new

@@ -6,10 +6,10 @@ extend ActiveSupport::Concern module ClassMethods - META_ATTRIBUTES = :source_code, :code, :name, :description, :private, :reference_url, :frequency + META_ATTRIBUTES = :source_code, :code, :name, :description, :private, :reference_url, :frequency, :access DATA_ATTRIBUTES = :column_names, :data def attribute_names @attribute_names ||= meta_attribute_names + data_attribute_names end \ No newline at end of file