Module: RestModel::Source::Path

Defined in:
lib/rest_model/source/path.rb

Class Method Summary collapse

Class Method Details

.resolve(options, convert_input_keys = Key::Converter::DefaultHandler) ⇒ Object



4
5
6
# File 'lib/rest_model/source/path.rb', line 4

def self.resolve(options, convert_input_keys = Key::Converter::DefaultHandler)
  convert_input_keys.call keys_for_path(custom_path(options))
end