Class: HeedKit::RoadmapItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/heedkit/roadmap.rb

Overview

A single roadmap item.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/heedkit/roadmap.rb', line 5

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/heedkit/roadmap.rb', line 5

def id
  @id
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



5
6
7
# File 'lib/heedkit/roadmap.rb', line 5

def tag
  @tag
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/heedkit/roadmap.rb', line 5

def title
  @title
end

#vote_countObject

Returns the value of attribute vote_count

Returns:

  • (Object)

    the current value of vote_count



5
6
7
# File 'lib/heedkit/roadmap.rb', line 5

def vote_count
  @vote_count
end