Module: ParamsReady::Marshaller::BuilderModule

Instance Method Summary collapse

Instance Method Details

#marshal(to: nil, using: nil, **opts) ⇒ Object



4
5
6
# File 'lib/params_ready/marshaller/builder_module.rb', line 4

def marshal(to: nil, using: nil, **opts)
  @definition.set_marshaller(to: to, using: using, **opts)
end