Class: Increase::Models::DigitalCardProfile::TextColor

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/digital_card_profile.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#blueInteger

The value of the blue channel in the RGB color.

Returns:

  • (Integer)


80
# File 'lib/increase/models/digital_card_profile.rb', line 80

required :blue, Integer

#greenInteger

The value of the green channel in the RGB color.

Returns:

  • (Integer)


85
# File 'lib/increase/models/digital_card_profile.rb', line 85

required :green, Integer

#redInteger

The value of the red channel in the RGB color.

Returns:

  • (Integer)


90
# File 'lib/increase/models/digital_card_profile.rb', line 90

required :red, Integer