Class: PlanMyStuff::ProjectItem
- Inherits:
-
BaseProjectItem
- Object
- ApplicationRecord
- BaseProjectItem
- PlanMyStuff::ProjectItem
- Defined in:
- lib/plan_my_stuff/project_item.rb
Overview
Concrete project item subclass for standard (non-testing) GitHub Projects V2 projects. All generic machinery lives in BaseProjectItem.
Instance Attribute Summary
Attributes inherited from ApplicationRecord
Method Summary
Methods inherited from BaseProjectItem
#as_json, assign, #assign!, #body, build, #content_node_id, create!, delete_item, #destroy!, #draft?, #field_values, #id, #issue, #issue=, #metadata, move_item, #move_to!, #number, #project, #raw_body, #repo, #state, #status, #title, #type, update_date_field!, update_field!, #update_field!, update_single_select_field!, #url
Methods inherited from ApplicationRecord
#destroyed?, #initialize, #new_record?, #persisted?, read_field
Constructor Details
This class inherits a constructor from PlanMyStuff::ApplicationRecord