Module: ActiveFacts::CQL::ValueTypes::UnitDefinition1
- Defined in:
- lib/activefacts/cql/parser/ValueTypes.rb
Instance Method Summary collapse
- #base ⇒ Object
- #coeff ⇒ Object
- #conversion ⇒ Object
- #o ⇒ Object
- #plural ⇒ Object
- #s1 ⇒ Object
- #s2 ⇒ Object
- #s3 ⇒ Object
- #singular ⇒ Object
Instance Method Details
#base ⇒ Object
1211 1212 1213 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1211 def base elements[2] end |
#coeff ⇒ Object
1207 1208 1209 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1207 def coeff elements[1] end |
#conversion ⇒ Object
1223 1224 1225 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1223 def conversion elements[5] end |
#o ⇒ Object
1219 1220 1221 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1219 def o elements[4] end |
#plural ⇒ Object
1235 1236 1237 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1235 def plural elements[8] end |
#s1 ⇒ Object
1203 1204 1205 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1203 def s1 elements[0] end |
#s2 ⇒ Object
1215 1216 1217 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1215 def s2 elements[3] end |
#s3 ⇒ Object
1231 1232 1233 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1231 def s3 elements[7] end |
#singular ⇒ Object
1227 1228 1229 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 1227 def singular elements[6] end |