Class: DataPackage::InlineResource

Inherits:
Resource
  • Object
show all
Defined in:
lib/datapackage/resource.rb

Instance Method Summary collapse

Methods inherited from Resource

file_exists?, #initialize, is_url?, load, #table

Constructor Details

This class inherits a constructor from DataPackage::Resource

Instance Method Details

#dataObject



63
64
65
# File 'lib/datapackage/resource.rb', line 63

def data
  self['data']
end