Class: Wirecard::DataStorage::Base
- Defined in:
- lib/wirecard/data_storage/base.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from 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
8 9 10 |
# File 'lib/wirecard/data_storage/base.rb', line 8 def implicit_fingerprint_order @implicit_fingerprint_order ||= [:customer_id, :shop_id] end |
#url ⇒ Object
4 5 6 |
# File 'lib/wirecard/data_storage/base.rb', line 4 def url @url ||= [Wirecard.config.endpoint, :dataStorage, self.class.to_s.split('::').last.downcase].join('/') end |