Class: Prawn::Graphics::Patterns::GradientStop
- Inherits:
-
Struct
- Object
- Struct
- Prawn::Graphics::Patterns::GradientStop
- Defined in:
- lib/prawn/graphics/patterns.rb
Overview
Gradient color stop.
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
11 12 13 |
# File 'lib/prawn/graphics/patterns.rb', line 11 def color @color end |
#position ⇒ Object
Returns the value of attribute position
11 12 13 |
# File 'lib/prawn/graphics/patterns.rb', line 11 def position @position end |