Class: KanbanTool::Board::Stage
- Inherits:
-
Struct
- Object
- Struct
- KanbanTool::Board::Stage
- Defined in:
- lib/kanbantool/board.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/kanbantool/board.rb', line 4 def description @description end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/kanbantool/board.rb', line 4 def id @id end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/kanbantool/board.rb', line 4 def name @name end |
#position ⇒ Object
Returns the value of attribute position
4 5 6 |
# File 'lib/kanbantool/board.rb', line 4 def position @position end |