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

Constructor Details

This class inherits a constructor from DataPackage::Resource

Instance Method Details

#dataObject



59
60
61
# File 'lib/datapackage/resource.rb', line 59

def data
  self['data']
end