Sha256: 22e8716edcd82ff78c77c6ab91c1fd799bff748eb01ac34861cc9191a6257a7b

Contents?: true

Size: 379 Bytes

Versions: 4

Compression:

Stored size: 379 Bytes

Contents

calculation {
  name 'autocalc'
  label :autocalc
  path '/transport/car/generic'

  drill {
    path 'fuel'
    label :fuel
    name 'Fuel Type'
  }
  drill {
    path 'size'
    label :size
    name 'Vehicle Size'
  }
  profile {
    path 'distance'
    label :distance
    name 'Distance Driven'
  }
  output {
    label :co2
    path 'default'
    name 'Carbon Dioxide'
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
amee-data-abstraction-2.3.1 spec/fixtures/config/calculations/autoloaded.rb
amee-data-abstraction-2.3.0 spec/fixtures/config/calculations/autoloaded.rb
amee-data-abstraction-2.2.2 spec/fixtures/config/calculations/autoloaded.rb
amee-data-abstraction-2.2.1 spec/fixtures/config/calculations/autoloaded.rb