Sha256: 3aee14c597a38f3da4498dd563b90a6423715872fe58e730385f0ff7bdcc244f

Contents?: true

Size: 381 Bytes

Versions: 7

Compression:

Stored size: 381 Bytes

Contents

calculation {
  name 'transport'
  label :transport
  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

7 entries across 7 versions & 1 rubygems

Version Path
amee-data-abstraction-2.3.1 spec/fixtures/config/calculations/transport.rb
amee-data-abstraction-2.3.0 spec/fixtures/config/calculations/transport.rb
amee-data-abstraction-2.2.2 spec/fixtures/config/calculations/transport.rb
amee-data-abstraction-2.2.1 spec/fixtures/config/calculations/transport.rb
amee-data-abstraction-2.2.0 spec/fixtures/config/calculations/transport.rb
amee-data-abstraction-1.3.1 spec/fixtures/config/calculations/transport.rb
amee-data-abstraction-1.3.0 spec/fixtures/config/calculations/transport.rb