Class: OpenXml::DrawingML::Properties::ColorHexRgb

Inherits:
ColorProperty
  • Object
show all
Defined in:
lib/openxml/drawingml/properties/color_hex_rgb.rb

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ ColorHexRgb

Returns a new instance of ColorHexRgb.



12
13
14
15
# File 'lib/openxml/drawingml/properties/color_hex_rgb.rb', line 12

def initialize(value)
  super()
  self.value = value
end