class MSFL::Datasets::Car

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/car.rb, line 14
def fields
  [:make, :model, :year, :value]
end
foreigns() click to toggle source
# File lib/msfl/datasets/car.rb, line 10
def foreigns
  [:person]
end