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