Class: SlidePay::PaymentReport
- Inherits:
-
PostReport
- Object
- Hash
- Report
- PostReport
- SlidePay::PaymentReport
- Defined in:
- lib/slidepay/reports/payment_report.rb
Instance Attribute Summary
Attributes inherited from Report
#api_key, #endpoint, #report_type, #sfa, #token, #url
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ PaymentReport
constructor
A new instance of PaymentReport.
Methods inherited from Report
Constructor Details
#initialize(options = {}) ⇒ PaymentReport
Returns a new instance of PaymentReport.
3 4 5 6 7 |
# File 'lib/slidepay/reports/payment_report.rb', line 3 def initialize(={}) @url = "report/payment" super() end |