Class: VectorSalad::StandardShapes::BasicShape

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Contracts
Defined in:
lib/vector_salad/standard_shapes/basic_shape.rb

Direct Known Subclasses

Clip, Custom, IsoTri, MultiPath, Oval, Path, Polygon, Rect, Square

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



11
12
13
# File 'lib/vector_salad/standard_shapes/basic_shape.rb', line 11

def options
  @options
end