Class: Wirecard::Backend::TransferFund::Base
- Inherits:
-
Base
- Object
- Wirecard::Base
- Base
- Wirecard::Backend::TransferFund::Base
- Defined in:
- lib/wirecard/backend/transfer_fund/base.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Wirecard::Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Wirecard::Base
create, #defaults, #initialize, #method_missing, #post, #respond_to_missing?
Constructor Details
This class inherits a constructor from Wirecard::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wirecard::Base
Instance Method Details
#implicit_fingerprint_order ⇒ Object
9 10 11 |
# File 'lib/wirecard/backend/transfer_fund/base.rb', line 9 def implicit_fingerprint_order @implicit_fingerprint_order ||= super + [:order_number, :credit_number, :order_description, :amount, :currency, :order_reference, :customer_statement, :fund_transfer_type] end |
#url ⇒ Object
5 6 7 |
# File 'lib/wirecard/backend/transfer_fund/base.rb', line 5 def url @url ||= [Wirecard.config.endpoint, :backend, :transferfund].join('/') end |