Class: YSM::BasicReportService::DeleteReport

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(reportID = nil) ⇒ DeleteReport

Returns a new instance of DeleteReport.



209
210
211
# File 'lib/ysm4r/v1/BasicReportService.rb', line 209

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

Instance Attribute Details

#reportIDObject

Returns the value of attribute reportID.



207
208
209
# File 'lib/ysm4r/v1/BasicReportService.rb', line 207

def reportID
  @reportID
end