Class: HighLevel::Models::BrandBoards::Color

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/brand_boards/color.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hexObject (readonly)

Returns the value of attribute hex

Returns:

  • (Object)

    the current value of hex



9
10
11
# File 'lib/high_level/models/brand_boards/color.rb', line 9

def hex
  @hex
end

#hexaObject (readonly)

Returns the value of attribute hexa

Returns:

  • (Object)

    the current value of hexa



9
10
11
# File 'lib/high_level/models/brand_boards/color.rb', line 9

def hexa
  @hexa
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/brand_boards/color.rb', line 9

def id
  @id
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'lib/high_level/models/brand_boards/color.rb', line 9

def label
  @label
end

#rgbObject (readonly)

Returns the value of attribute rgb

Returns:

  • (Object)

    the current value of rgb



9
10
11
# File 'lib/high_level/models/brand_boards/color.rb', line 9

def rgb
  @rgb
end

#rgbaObject (readonly)

Returns the value of attribute rgba

Returns:

  • (Object)

    the current value of rgba



9
10
11
# File 'lib/high_level/models/brand_boards/color.rb', line 9

def rgba
  @rgba
end