Class: CustomReport::ReportCheckItem

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/custom_report/report_check_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#custom_report_idObject

Returns the value of attribute custom_report_id.



3
4
5
# File 'app/models/custom_report/report_check_item.rb', line 3

def custom_report_id
  @custom_report_id
end

#item_idObject

Returns the value of attribute item_id.



3
4
5
# File 'app/models/custom_report/report_check_item.rb', line 3

def item_id
  @item_id
end