Method: Bunto::Document#data

Defined in:
lib/bunto/document.rb

#dataObject

Fetch the Document’s data.

Returns a Hash containing the data. An empty hash is returned if

no data was read.


46
47
48
# File 'lib/bunto/document.rb', line 46

def data
  @data ||= {}
end