Class: SlidePay::PutReport

Inherits:
Report
  • Object
show all
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

Methods inherited from Report

#retrieve

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(options={})
  @report_type = :put

  super(options)
end