Class: Wirecard::Elastic::Response::Refund
- Defined in:
- lib/wirecard/elastic/response/refund.rb
Constant Summary
Constants inherited from Base
Base::SYMBOLS_MAP, Base::UNDERSCORE_MAP
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#map ⇒ Object
lots of refund specific mapping can be added below you just have to do ‘super.merge(whatever)`.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Wirecard::Elastic::Response::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wirecard::Elastic::Response::Base
Instance Method Details
#map ⇒ Object
lots of refund specific mapping can be added below you just have to do ‘super.merge(whatever)`
8 9 10 |
# File 'lib/wirecard/elastic/response/refund.rb', line 8 def map super.merge({}) end |