Module: Jat::Plugins::SimpleApi::FieldsParamParser::ClassMethods
- Included in:
- Jat::Plugins::SimpleApi::FieldsParamParser
- Defined in:
- lib/jat/plugins/simple_api/lib/fields_param_parser.rb
Instance Method Summary collapse
Instance Method Details
#parse(fields) ⇒ Object
8 9 10 11 12 |
# File 'lib/jat/plugins/simple_api/lib/fields_param_parser.rb', line 8 def parse(fields) return FROZEN_EMPTY_HASH unless fields new.parse(fields) end |