Class: OpenXml::DrawingML::Properties::ColorHexRgb
- Inherits:
-
ColorProperty
- Object
- Properties::ComplexProperty
- ColorProperty
- OpenXml::DrawingML::Properties::ColorHexRgb
- Defined in:
- lib/openxml/drawingml/properties/color_hex_rgb.rb
Instance Method Summary collapse
-
#initialize(value) ⇒ ColorHexRgb
constructor
A new instance of ColorHexRgb.
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 |