Module: CEML::Casting::CastingStatement1

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

Instance Method Summary collapse

Instance Method Details

#casting_methodObject



29
30
31
# File 'lib/ceml/tt/casting.rb', line 29

def casting_method
  elements[0]
end

#nlObject



45
46
47
# File 'lib/ceml/tt/casting.rb', line 45

def nl
  elements[4]
end

#roles_phraseObject



37
38
39
# File 'lib/ceml/tt/casting.rb', line 37

def roles_phrase
  elements[2]
end

#withinObject



41
42
43
# File 'lib/ceml/tt/casting.rb', line 41

def within
  elements[3]
end

#wsObject



33
34
35
# File 'lib/ceml/tt/casting.rb', line 33

def ws
  elements[1]
end