Module: ActiveFacts::CQL::ValueTypes::NamedParameter2
- Defined in:
- lib/activefacts/cql/parser/ValueTypes.rb
Instance Method Summary collapse
Instance Method Details
#parameter_restriction ⇒ Object
672 673 674 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 672 def parameter_restriction elements[4] end |
#restricted ⇒ Object
656 657 658 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 656 def restricted elements[0] end |
#s1 ⇒ Object
660 661 662 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 660 def s1 elements[1] end |
#s2 ⇒ Object
668 669 670 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 668 def s2 elements[3] end |
#to ⇒ Object
664 665 666 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 664 def to elements[2] end |