Module: CEML::Instructions::AskStmt1

Defined in:
lib/ceml/tt/instructions.rb

Instance Method Summary collapse

Instance Method Details

#aboutObject



289
290
291
# File 'lib/ceml/tt/instructions.rb', line 289

def about
  elements[3]
end

#idObject



285
286
287
# File 'lib/ceml/tt/instructions.rb', line 285

def id
  elements[2]
end

#nlObject



297
298
299
# File 'lib/ceml/tt/instructions.rb', line 297

def nl
  elements[7]
end

#textObject



293
294
295
# File 'lib/ceml/tt/instructions.rb', line 293

def text
  elements[6]
end

#wsObject



281
282
283
# File 'lib/ceml/tt/instructions.rb', line 281

def ws
  elements[1]
end