Class: CustomReport::ReportCheckItem
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- CustomReport::ReportCheckItem
- Defined in:
- app/models/custom_report/report_check_item.rb
Instance Attribute Summary collapse
-
#custom_report_id ⇒ Object
Returns the value of attribute custom_report_id.
-
#item_id ⇒ Object
Returns the value of attribute item_id.
Instance Attribute Details
#custom_report_id ⇒ Object
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_id ⇒ Object
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 |