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
14 15 16 |
# File 'lib/prawn/graphics/patterns.rb', line 14 def apply_transformations @apply_transformations end |
#from ⇒ Object
Returns the value of attribute from
14 15 16 |
# File 'lib/prawn/graphics/patterns.rb', line 14 def from @from end |
#r1 ⇒ Object
Returns the value of attribute r1
14 15 16 |
# File 'lib/prawn/graphics/patterns.rb', line 14 def r1 @r1 end |
#r2 ⇒ Object
Returns the value of attribute r2
14 15 16 |
# File 'lib/prawn/graphics/patterns.rb', line 14 def r2 @r2 end |
#stops ⇒ Object
Returns the value of attribute stops
14 15 16 |
# File 'lib/prawn/graphics/patterns.rb', line 14 def stops @stops end |
#to ⇒ Object
Returns the value of attribute to
14 15 16 |
# File 'lib/prawn/graphics/patterns.rb', line 14 def to @to end |
#type ⇒ Object
Returns the value of attribute type
14 15 16 |
# File 'lib/prawn/graphics/patterns.rb', line 14 def type @type end |