Class: Regio::Routing
Constant Summary
Constants inherited from Core
Instance Attribute Summary
Attributes inherited from Core
Instance Method Summary collapse
Methods inherited from Core
Constructor Details
This class inherits a constructor from Regio::Core
Instance Method Details
#results ⇒ Object
5 6 7 8 9 |
# File 'lib/regio/routing.rb', line 5 def results response.tap do |response| raise Unprocessable, response[:message] if response[:message] end end |