class MSFL::Datasets::Movie

This is a fake dataset definition that shows the structure for composing your own and is used for testing

msfl

Public Instance Methods

fields() click to toggle source
# File lib/msfl/datasets/movie.rb, line 10
def fields
  [:title, :rating, :description, :earnings]
end