Class: Prawn::Graphics::Patterns::GradientStop

Inherits:
Struct
  • Object
show all
Defined in:
lib/prawn/graphics/patterns.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color



13
14
15
# File 'lib/prawn/graphics/patterns.rb', line 13

def color
  @color
end

#positionObject

Returns the value of attribute position



13
14
15
# File 'lib/prawn/graphics/patterns.rb', line 13

def position
  @position
end