Class: GridGenerator::Svg::LineCommand

Inherits:
PathCommand show all
Defined in:
lib/grid_generator/svg/line_command.rb

Instance Attribute Summary

Attributes inherited from PathCommand

#points

Instance Method Summary collapse

Methods inherited from PathCommand

#+, #==, #initialize, #to_s

Constructor Details

This class inherits a constructor from GridGenerator::Svg::PathCommand

Instance Method Details

#typeObject



6
7
8
# File 'lib/grid_generator/svg/line_command.rb', line 6

def type
  'L'
end