Class: Umwelt::Fragment::Mapper
- Inherits:
-
Abstract::Mapper
- Object
- Abstract::Interactor
- Abstract::Mapper
- Umwelt::Fragment::Mapper
- Defined in:
- lib/umwelt/fragment/mapper.rb
Instance Method Summary collapse
Methods inherited from Abstract::Mapper
Methods inherited from Abstract::Interactor
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 |