Class: Cb::Models::ReportJob

Inherits:
Object
  • Object
show all
Defined in:
lib/cb/models/implementations/report_job.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = {}) ⇒ ReportJob

Returns a new instance of ReportJob.



17
18
19
# File 'lib/cb/models/implementations/report_job.rb', line 17

def initialize(args = {})
  @success = args['Success'] || false
end

Instance Attribute Details

#successObject

Returns the value of attribute success.



15
16
17
# File 'lib/cb/models/implementations/report_job.rb', line 15

def success
  @success
end