Module: Tnql::Nodes::StatusKeywordNode
- Defined in:
- lib/tnql/nodes/registration_status.rb
Instance Method Summary collapse
Instance Method Details
#statusofregistration ⇒ Object
20 21 22 23 24 |
# File 'lib/tnql/nodes/registration_status.rb', line 20 def statusofregistration # Currently every status is the upper case first letter of the description # May need to replace this with a case statement at a later date, if needed text_value[0, 1].upcase end |