Module: PensioAPI::Mixins::MethodMissing
- Included in:
- Responses::Base, Terminal, Transaction
- Defined in:
- lib/pensio_api/mixins/method_missing.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &block) ⇒ Object
4 5 6 |
# File 'lib/pensio_api/mixins/method_missing.rb', line 4 def method_missing(method, *args, &block) @raw[method.to_s.camelize] || super end |