Class: Latte::Query::Question

Inherits:
Object
  • Object
show all
Defined in:
lib/latte/query.rb

Instance Method Summary collapse

Instance Method Details

#qclassObject



13
14
15
# File 'lib/latte/query.rb', line 13

def qclass
	wrapped_question.qClass
end

#qnameObject



9
10
11
# File 'lib/latte/query.rb', line 9

def qname
	wrapped_question.qName
end

#qtypeObject



17
18
19
# File 'lib/latte/query.rb', line 17

def qtype
	wrapped_question.qType
end

#to_sObject



21
22
23
# File 'lib/latte/query.rb', line 21

def to_s
  wrapped_question.to_s
end