Class: Prawn::Graphics::Patterns::GradientStop
- Inherits:
-
Struct
- Object
- Struct
- Prawn::Graphics::Patterns::GradientStop
- Defined in:
- lib/prawn/graphics/patterns.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
15 16 17 |
# File 'lib/prawn/graphics/patterns.rb', line 15 def color @color end |
#position ⇒ Object
Returns the value of attribute position
15 16 17 |
# File 'lib/prawn/graphics/patterns.rb', line 15 def position @position end |