Class: Prawn::Graphics::Patterns::Gradient
- Inherits:
-
Struct
- Object
- Struct
- Prawn::Graphics::Patterns::Gradient
- Defined in:
- lib/prawn/graphics/patterns.rb
Instance Attribute Summary collapse
-
#apply_transformations ⇒ Object
Returns the value of attribute apply_transformations.
-
#from ⇒ Object
Returns the value of attribute from.
-
#r1 ⇒ Object
Returns the value of attribute r1.
-
#r2 ⇒ Object
Returns the value of attribute r2.
-
#stops ⇒ Object
Returns the value of attribute stops.
-
#to ⇒ Object
Returns the value of attribute to.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#apply_transformations ⇒ Object
Returns the value of attribute apply_transformations
16 17 18 |
# File 'lib/prawn/graphics/patterns.rb', line 16 def apply_transformations @apply_transformations end |
#from ⇒ Object
Returns the value of attribute from
16 17 18 |
# File 'lib/prawn/graphics/patterns.rb', line 16 def from @from end |
#r1 ⇒ Object
Returns the value of attribute r1
16 17 18 |
# File 'lib/prawn/graphics/patterns.rb', line 16 def r1 @r1 end |
#r2 ⇒ Object
Returns the value of attribute r2
16 17 18 |
# File 'lib/prawn/graphics/patterns.rb', line 16 def r2 @r2 end |
#stops ⇒ Object
Returns the value of attribute stops
16 17 18 |
# File 'lib/prawn/graphics/patterns.rb', line 16 def stops @stops end |
#to ⇒ Object
Returns the value of attribute to
16 17 18 |
# File 'lib/prawn/graphics/patterns.rb', line 16 def to @to end |
#type ⇒ Object
Returns the value of attribute type
16 17 18 |
# File 'lib/prawn/graphics/patterns.rb', line 16 def type @type end |