Class: WorkSnaps::TaskAssignment
- Defined in:
- lib/worksnaps/task_assignment.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#project_id ⇒ Object
readonly
Returns the value of attribute project_id.
-
#task_id ⇒ Object
readonly
Returns the value of attribute task_id.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Method Summary
Methods inherited from Base
#[], attr_reader, #attrs, fetch, fetch_or_new, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from WorkSnaps::Base
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/worksnaps/task_assignment.rb', line 5 def id @id end |
#project_id ⇒ Object (readonly)
Returns the value of attribute project_id.
5 6 7 |
# File 'lib/worksnaps/task_assignment.rb', line 5 def project_id @project_id end |
#task_id ⇒ Object (readonly)
Returns the value of attribute task_id.
5 6 7 |
# File 'lib/worksnaps/task_assignment.rb', line 5 def task_id @task_id end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id.
5 6 7 |
# File 'lib/worksnaps/task_assignment.rb', line 5 def user_id @user_id end |