Class: PivotalApi::Resources::Story

Inherits:
Object
  • Object
show all
Defined in:
lib/pivotal_api/resources/story.rb

Instance Method Summary collapse

Instance Method Details

#label_listString

Returns Comma separated list of labels.

Returns:

  • (String)

    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