Method: ApiResource::Mocks.extract_params

Defined in:
lib/api_resource/mocks.rb

.extract_params(known_path, entered_path) ⇒ Object

This method assumes that the two are matching paths if they aren’t the behavior is undefined



105
106
107
# File 'lib/api_resource/mocks.rb', line 105

def self.extract_params(known_path, entered_path)
  PathString.extract_params(known_path, entered_path)
end