Class: XmlEasy::NilElement

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

Instance Attribute Summary

Attributes inherited from Element

#attributes, #body, #children, #name, #parent

Instance Method Summary collapse

Methods inherited from Element

#<<, #[], #[]=, #collect, #copy, #each, #each_attribute, #each_with_index, #initialize, #method_missing, #remove, #to_s, #visit

Constructor Details

This class inherits a constructor from XmlEasy::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class XmlEasy::Element

Instance Method Details

#sizeObject



263
264
265
# File 'lib/xml_easy.rb', line 263

def size
  0
end