Class: Rough::Op
- Inherits:
-
Struct
- Object
- Struct
- Rough::Op
- Defined in:
- lib/rough/op.rb
Overview
A single drawing primitive: :move, :bcurveTo, or :lineTo
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#op ⇒ Object
Returns the value of attribute op.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/rough/op.rb', line 5 def data @data end |
#op ⇒ Object
Returns the value of attribute op
5 6 7 |
# File 'lib/rough/op.rb', line 5 def op @op end |