Module: Fortnox::Mappers::StructArray

Defined in:
lib/fortnox/mappers/struct_array.rb

Defined Under Namespace

Classes: Handler

Class Method Summary collapse

Class Method Details

.for(mapper) ⇒ Object



6
7
8
# File 'lib/fortnox/mappers/struct_array.rb', line 6

def self.for(mapper)
  Handler.new(mapper)
end