Class: PivotalApi::Resources::Story
- Inherits:
-
Object
- Object
- PivotalApi::Resources::Story
- Defined in:
- lib/pivotal_api/resources/story.rb
Instance Method Summary collapse
-
#label_list ⇒ String
Comma separated list of labels.
Instance Method Details
#label_list ⇒ String
Returns Comma separated list of labels.
36 37 38 |
# File 'lib/pivotal_api/resources/story.rb', line 36 def label_list @label_list ||= labels.collect(&:name).join(',') end |