Class: Rough::OpSet
- Inherits:
-
Struct
- Object
- Struct
- Rough::OpSet
- Defined in:
- lib/rough/op.rb
Overview
A group of Ops forming a stroke or fill. type: :path, :fillPath, or :fillSketch
Instance Attribute Summary collapse
-
#ops ⇒ Object
Returns the value of attribute ops.
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#ops ⇒ Object
Returns the value of attribute ops
9 10 11 |
# File 'lib/rough/op.rb', line 9 def ops @ops end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/rough/op.rb', line 9 def path @path end |
#size ⇒ Object
Returns the value of attribute size
9 10 11 |
# File 'lib/rough/op.rb', line 9 def size @size end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/rough/op.rb', line 9 def type @type end |