Class: Qt::DomDocumentType

Inherits:
Base
  • Object
show all
Defined in:
lib/Qt/qtruby4.rb

Instance Method Summary collapse

Instance Method Details

#name(*args) ⇒ Object



952
953
954
# File 'lib/Qt/qtruby4.rb', line 952

def name(*args)
  method_missing(:name, *args)
end

#type(*args) ⇒ Object



956
957
958
# File 'lib/Qt/qtruby4.rb', line 956

def type(*args)
  method_missing(:type, *args)
end