Module: CEML::Instructions::TellStmt0

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

Instance Method Summary collapse

Instance Method Details

#idObject



105
106
107
# File 'lib/ceml/tt/instructions.rb', line 105

def id
  elements[2]
end

#nlObject



113
114
115
# File 'lib/ceml/tt/instructions.rb', line 113

def nl
  elements[6]
end

#textObject



109
110
111
# File 'lib/ceml/tt/instructions.rb', line 109

def text
  elements[5]
end

#wsObject



101
102
103
# File 'lib/ceml/tt/instructions.rb', line 101

def ws
  elements[1]
end