Class: HighLevel::Models::BrandBoards::Color
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::BrandBoards::Color
- Defined in:
- lib/high_level/models/brand_boards/color.rb
Instance Attribute Summary collapse
-
#hex ⇒ Object
readonly
Returns the value of attribute hex.
-
#hexa ⇒ Object
readonly
Returns the value of attribute hexa.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#rgb ⇒ Object
readonly
Returns the value of attribute rgb.
-
#rgba ⇒ Object
readonly
Returns the value of attribute rgba.
Instance Attribute Details
#hex ⇒ Object (readonly)
Returns the value of attribute hex
9 10 11 |
# File 'lib/high_level/models/brand_boards/color.rb', line 9 def hex @hex end |
#hexa ⇒ Object (readonly)
Returns the value of attribute hexa
9 10 11 |
# File 'lib/high_level/models/brand_boards/color.rb', line 9 def hexa @hexa end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/brand_boards/color.rb', line 9 def id @id end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'lib/high_level/models/brand_boards/color.rb', line 9 def label @label end |
#rgb ⇒ Object (readonly)
Returns the value of attribute rgb
9 10 11 |
# File 'lib/high_level/models/brand_boards/color.rb', line 9 def rgb @rgb end |
#rgba ⇒ Object (readonly)
Returns the value of attribute rgba
9 10 11 |
# File 'lib/high_level/models/brand_boards/color.rb', line 9 def rgba @rgba end |