Class: GridGenerator::Svg::LineCommand
- Inherits:
-
PathCommand
- Object
- PathCommand
- GridGenerator::Svg::LineCommand
- Defined in:
- lib/grid_generator/svg/line_command.rb
Instance Attribute Summary
Attributes inherited from PathCommand
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
#type ⇒ Object
6 7 8 |
# File 'lib/grid_generator/svg/line_command.rb', line 6 def type 'L' end |