Class: HeedKit::RoadmapItem
- Inherits:
-
Struct
- Object
- Struct
- HeedKit::RoadmapItem
- Defined in:
- lib/heedkit/roadmap.rb
Overview
A single roadmap item.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#title ⇒ Object
Returns the value of attribute title.
-
#vote_count ⇒ Object
Returns the value of attribute vote_count.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/heedkit/roadmap.rb', line 5 def description @description end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/heedkit/roadmap.rb', line 5 def id @id end |
#tag ⇒ Object
Returns the value of attribute tag
5 6 7 |
# File 'lib/heedkit/roadmap.rb', line 5 def tag @tag end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/heedkit/roadmap.rb', line 5 def title @title end |
#vote_count ⇒ Object
Returns the value of attribute vote_count
5 6 7 |
# File 'lib/heedkit/roadmap.rb', line 5 def vote_count @vote_count end |