# File 'lib/quandl/client/dataset/to_qdf.rb', line 10defqdf_attributesQuandl::Format::Dataset.attribute_names.inject({})do|memo,name|memo[name]=self.send(name)ifself.respond_to?(name)memoendend
#to_qdf ⇒ Object
6
7
8
# File 'lib/quandl/client/dataset/to_qdf.rb', line 6defto_qdfQuandl::Format::Dataset.new(qdf_attributes).to_qdfend