Method: Wpxf::DataFile#content

Defined in:
lib/wpxf/core/data_file.rb

#contentObject

Returns the content of the file.

Returns:

  • the content of the file.



25
26
27
# File 'lib/wpxf/core/data_file.rb', line 25

def content
  @content
end