Method: XmlInterface#methods

Defined in:
lib/xmlobject/interface.rb

#methodsObject



17
18
19
20
# File 'lib/xmlobject/interface.rb', line 17

def methods
	@cache[:method] = @cache[:child] + @cache[:attr] if @cache[:method].empty?
	@cache[:method]
end