module ParamsReady::Marshaller::ParameterModule

Public Instance Methods

marshal(intent) click to toggle source
# File lib/params_ready/marshaller/parameter_module.rb, line 4
def marshal(intent)
  return nil if is_nil?

  definition.marshal(self, intent)
end