Class: DynamicPDFApi::Color
- Inherits:
-
Object
- Object
- DynamicPDFApi::Color
- Defined in:
- lib/ruby_client/Color.rb
Overview
Base class representing a color.
Instance Attribute Summary collapse
-
#_color_string ⇒ Object
Returns the value of attribute _color_string.
Instance Method Summary collapse
-
#initialize ⇒ Color
constructor
A new instance of Color.
Constructor Details
#initialize ⇒ Color
Returns a new instance of Color.
6 7 8 |
# File 'lib/ruby_client/Color.rb', line 6 def initialize @_color_string = nil end |
Instance Attribute Details
#_color_string ⇒ Object
Returns the value of attribute _color_string.
10 11 12 |
# File 'lib/ruby_client/Color.rb', line 10 def _color_string @_color_string end |