Class: Wirecard::Elastic::Response::Refund

Inherits:
Base
  • Object
show all
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

#origin, #raw

Instance Method Summary collapse

Methods inherited from Base

#initialize, #method_missing

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

#mapObject

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