class Trello::Label

A colored Label attached to a card

@!attribute [rw] id

@return [String]

@!attribute [rw] color

@return [String]

@!attribute [rw] name

@return [String]

@!attribute [rw] board_id

@return [String]

Public Instance Methods

delete() click to toggle source

Delete this label

# File lib/trello/label.rb, line 34
def delete
  client.delete("/labels/#{id}")
end