Class: Scale::Circle

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/scale/shapes/circle.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



8
9
10
# File 'lib/scale/shapes/circle.rb', line 8

def xml_tag
  :circle
end