Class: YSM::BasicReportService::DeleteReports

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reportIDs = nil) ⇒ DeleteReports

Returns a new instance of DeleteReports.



194
195
196
# File 'lib/ysm4r/v1/BasicReportService.rb', line 194

def initialize(reportIDs = nil)
  @reportIDs = reportIDs
end

Instance Attribute Details

#reportIDsObject

Returns the value of attribute reportIDs.



192
193
194
# File 'lib/ysm4r/v1/BasicReportService.rb', line 192

def reportIDs
  @reportIDs
end