Module: ActiveFacts::CQL::CQL::Enforcement0
- Defined in:
- lib/activefacts/cql/parser/CQLParser.rb
Instance Method Summary collapse
- #a ⇒ Object
- #action ⇒ Object
- #otherwise ⇒ Object
- #s1 ⇒ Object
- #s2 ⇒ Object
- #s3 ⇒ Object
- #s4 ⇒ Object
- #s5 ⇒ Object
- #s6 ⇒ Object
Instance Method Details
#a ⇒ Object
2028 2029 2030 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2028 def a elements[7] end |
#action ⇒ Object
2020 2021 2022 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2020 def action elements[5] end |
#otherwise ⇒ Object
2012 2013 2014 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2012 def otherwise elements[3] end |
#s1 ⇒ Object
2004 2005 2006 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2004 def s1 elements[0] end |
#s2 ⇒ Object
2008 2009 2010 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2008 def s2 elements[2] end |
#s3 ⇒ Object
2016 2017 2018 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2016 def s3 elements[4] end |
#s4 ⇒ Object
2024 2025 2026 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2024 def s4 elements[6] end |
#s5 ⇒ Object
2032 2033 2034 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2032 def s5 elements[8] end |
#s6 ⇒ Object
2036 2037 2038 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 2036 def s6 elements[10] end |