Module: CEML::Instructions::AskStmt1
- Defined in:
- lib/ceml/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#about ⇒ Object
289 290 291 |
# File 'lib/ceml/tt/instructions.rb', line 289 def about elements[3] end |
#id ⇒ Object
285 286 287 |
# File 'lib/ceml/tt/instructions.rb', line 285 def id elements[2] end |
#nl ⇒ Object
297 298 299 |
# File 'lib/ceml/tt/instructions.rb', line 297 def nl elements[7] end |
#text ⇒ Object
293 294 295 |
# File 'lib/ceml/tt/instructions.rb', line 293 def text elements[6] end |
#ws ⇒ Object
281 282 283 |
# File 'lib/ceml/tt/instructions.rb', line 281 def ws elements[1] end |