Class: Scale::Ellipse

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



9
10
11
# File 'lib/scale/shapes/ellipse.rb', line 9

def xml_tag
  :ellipse
end