Class: IssueLabelsCSVField
- Defined in:
- lib/gitlab-burndown/csv_field/labels.rb
Instance Method Summary collapse
Methods inherited from CSVField
Constructor Details
This class inherits a constructor from CSVField
Instance Method Details
#format ⇒ Object
4 5 6 |
# File 'lib/gitlab-burndown/csv_field/labels.rb', line 4 def format @data_container['labels'].join(' ') end |