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