Module: ParamsReady::Marshaller::ParameterModule

Instance Method Summary collapse

Instance Method Details

#marshal(intent) ⇒ Object



4
5
6
7
8
# File 'lib/params_ready/marshaller/parameter_module.rb', line 4

def marshal(intent)
  return nil if is_nil?

  definition.marshal(self, intent)
end