Class: WorkSnaps::Task
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
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
#description ⇒ Object (readonly)
Returns the value of attribute description.
5 6 7 |
# File 'lib/worksnaps/task.rb', line 5 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/worksnaps/task.rb', line 5 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/worksnaps/task.rb', line 5 def name @name end |