module FastJsonapi class Fieldset def initialize(fields) @fields = fields end end end