Module: Excon::HyperMedia::Ext::Response

Included in:
Response
Defined in:
lib/excon/hypermedia/ext/response.rb

Overview

Ext::Response

Overloads the default ‘Excon::Response` to add a thin HyperMedia layer on top.

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method_name, *params) ⇒ Object (private)



14
15
16
# File 'lib/excon/hypermedia/ext/response.rb', line 14

def method_missing(method_name, *params)
  hypermedia_response.handle(method_name, *params) || super
end