Class: Umwelt::Fragment::Mapper

Inherits:
Abstract::Mapper show all
Defined in:
lib/umwelt/fragment/mapper.rb

Instance Method Summary collapse

Methods inherited from Abstract::Mapper

#fill

Methods inherited from Abstract::Interactor

#prove

Instance Method Details

#call(data) ⇒ Object



7
8
9
# File 'lib/umwelt/fragment/mapper.rb', line 7

def call(data)
  @struct = fill(Struct::Fragment, data)
end