Class: WorkSnaps::TaskAssignment

Inherits:
Base
  • Object
show all
Defined in:
lib/worksnaps/task_assignment.rb

Instance Attribute Summary collapse

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

#idObject (readonly)

Returns the value of attribute id.



5
6
7
# File 'lib/worksnaps/task_assignment.rb', line 5

def id
  @id
end

#project_idObject (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_idObject (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_idObject (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