Class: WikiAvro::XML::Leaf

Inherits:
Element
  • Object
show all
Defined in:
lib/wikiavro/xml.rb

Instance Attribute Summary

Attributes inherited from Element

#attr

Instance Method Summary collapse

Methods inherited from Element

#name, #optional?, #parse

Constructor Details

#initializeLeaf

Returns a new instance of Leaf.



178
179
180
# File 'lib/wikiavro/xml.rb', line 178

def initialize
  super([])
end