Class: Trello::LabelName
- Defined in:
- lib/trello/label_name.rb
Overview
A colored Label attached to a card
Instance Attribute Summary collapse
-
#black ⇒ Object
readonly
A colored Label attached to a card.
-
#blue ⇒ Object
readonly
A colored Label attached to a card.
-
#green ⇒ Object
readonly
A colored Label attached to a card.
-
#lime ⇒ Object
readonly
A colored Label attached to a card.
-
#orange ⇒ Object
readonly
A colored Label attached to a card.
-
#pink ⇒ Object
readonly
A colored Label attached to a card.
-
#purple ⇒ Object
readonly
A colored Label attached to a card.
-
#red ⇒ Object
readonly
A colored Label attached to a card.
-
#sky ⇒ Object
readonly
A colored Label attached to a card.
-
#yellow ⇒ Object
readonly
A colored Label attached to a card.
Attributes inherited from BasicData
Method Summary
Methods inherited from BasicData
#==, #attributes, client, #collection_name, #collection_path, create, #element_name, #element_path, find, #hash, #initialize, many, one, parse, parse_many, path_name, #refresh!, register_attrs, #save, save, schema, #schema, #update!, #update_fields
Methods included from JsonUtils
Constructor Details
This class inherits a constructor from Trello::BasicData
Instance Attribute Details
#black ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#blue ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#green ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#lime ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#orange ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#pink ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#purple ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#red ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#sky ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |
#yellow ⇒ Object (readonly)
A colored Label attached to a card
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/trello/label_name.rb', line 14 class LabelName < BasicData schema do attribute :yellow, readonly: true attribute :red, readonly: true attribute :orange, readonly: true attribute :green, readonly: true attribute :purple, readonly: true attribute :blue, readonly: true attribute :sky, readonly: true attribute :pink, readonly: true attribute :lime, readonly: true attribute :black, readonly: true end end |