Class: Pathby::Shape

Inherits:
Struct
  • Object
show all
Includes:
Shapy
Defined in:
lib/pathby.rb,
lib/pathby.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Shapy

#allpoints

Methods included from Transformations

#center, #reflect, #rezero, #rotate, #scale, #scale_to, #simplebbox, #transform

Instance Attribute Details

#pathsObject

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



10
11
12
# File 'lib/pathby.rb', line 10

def paths
  @paths
end