Class: TrelloFlow::Api::Label

Inherits:
Base
  • Object
show all
Defined in:
lib/trello_flow/api/label.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

configure

Class Method Details

.fieldsObject



6
7
8
# File 'lib/trello_flow/api/label.rb', line 6

def self.fields
  [:name]
end

Instance Method Details

#positionObject



10
11
12
# File 'lib/trello_flow/api/label.rb', line 10

def position
  name.downcase
end