Method: Excon::HyperMedia::ResourceObject#method_missing
- Defined in:
- lib/excon/hypermedia/resource_object.rb
#method_missing(method_name, *_) ⇒ Object
60 61 62 |
# File 'lib/excon/hypermedia/resource_object.rb', line 60 def method_missing(method_name, *_) _properties.respond_to?(method_name) ? _properties.send(method_name) : super end |