Class: Scale::Rectangle

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/scale/shapes/rectangle.rb

Instance Attribute Summary

Attributes included from Node

#content

Instance Method Summary collapse

Methods included from Node

#add, #append_to, #children, #each, #to_xml, #xml_attributes

Instance Method Details

#xml_tagObject



15
16
17
# File 'lib/scale/shapes/rectangle.rb', line 15

def xml_tag
  :rect
end