Module: CEML::Casting::CastingStatement1
- Defined in:
- lib/ceml/tt/casting.rb
Instance Method Summary collapse
Instance Method Details
#casting_method ⇒ Object
29 30 31 |
# File 'lib/ceml/tt/casting.rb', line 29 def casting_method elements[0] end |
#nl ⇒ Object
45 46 47 |
# File 'lib/ceml/tt/casting.rb', line 45 def nl elements[4] end |
#roles_phrase ⇒ Object
37 38 39 |
# File 'lib/ceml/tt/casting.rb', line 37 def roles_phrase elements[2] end |
#within ⇒ Object
41 42 43 |
# File 'lib/ceml/tt/casting.rb', line 41 def within elements[3] end |
#ws ⇒ Object
33 34 35 |
# File 'lib/ceml/tt/casting.rb', line 33 def ws elements[1] end |