Module: CEML::Instructions::AskStmt1

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

Instance Method Summary collapse

Instance Method Details

#aboutObject



560
561
562
# File 'lib/ceml/lang/tt/instructions.rb', line 560

def about
  elements[3]
end

#idObject



556
557
558
# File 'lib/ceml/lang/tt/instructions.rb', line 556

def id
  elements[2]
end

#textObject



564
565
566
# File 'lib/ceml/lang/tt/instructions.rb', line 564

def text
  elements[6]
end

#wsObject



552
553
554
# File 'lib/ceml/lang/tt/instructions.rb', line 552

def ws
  elements[1]
end