Module: ActiveFacts::CQL::ValueTypes::NamedParameter4

Defined in:
lib/activefacts/cql/parser/ValueTypes.rb

Instance Method Summary collapse

Instance Method Details

#parameter_nameObject



716
717
718
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 716

def parameter_name
  elements[2]
end

#parameter_restrictionObject



728
729
730
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 728

def parameter_restriction
  elements[5]
end

#restrictsObject



708
709
710
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 708

def restricts
  elements[0]
end

#s1Object



712
713
714
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 712

def s1
  elements[1]
end

#s2Object



724
725
726
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 724

def s2
  elements[4]
end

#toObject



720
721
722
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 720

def to
  elements[3]
end