class DummyAuton include StructureMapper::Hash def start sleep 6 end def with_parameters p1, p2 end attribute foo: String end