Class: PivotalApi::Resources::Project

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

Instance Method Summary collapse

Instance Method Details

#label_listString

Returns comma separated list of labels.

Returns:

  • (String)

    comma separated list of labels


44
45
46
# File 'lib/pivotal_api/resources/project.rb', line 44

def label_list
  @label_list ||= labels.collect(&:name).join(',')
end