Class: Latte::Query::Question
Instance Method Summary collapse
Instance Method Details
#qclass ⇒ Object
13 14 15 |
# File 'lib/latte/query.rb', line 13 def qclass wrapped_question.qClass end |
#qname ⇒ Object
9 10 11 |
# File 'lib/latte/query.rb', line 9 def qname wrapped_question.qName end |
#qtype ⇒ Object
17 18 19 |
# File 'lib/latte/query.rb', line 17 def qtype wrapped_question.qType end |
#to_s ⇒ Object
21 22 23 |
# File 'lib/latte/query.rb', line 21 def to_s wrapped_question.to_s end |