Class: Rough::Drawable
- Inherits:
-
Struct
- Object
- Struct
- Rough::Drawable
- Defined in:
- lib/rough/op.rb
Overview
The complete renderable result.
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#sets ⇒ Object
Returns the value of attribute sets.
-
#shape ⇒ Object
Returns the value of attribute shape.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
12 13 14 |
# File 'lib/rough/op.rb', line 12 def @options end |
#sets ⇒ Object
Returns the value of attribute sets
12 13 14 |
# File 'lib/rough/op.rb', line 12 def sets @sets end |
#shape ⇒ Object
Returns the value of attribute shape
12 13 14 |
# File 'lib/rough/op.rb', line 12 def shape @shape end |