Sha256: fe9dc31b3b96da87b621a4613c59c60590bb1fa99f46eb7b119ee604387a2e12

Contents?: true

Size: 805 Bytes

Versions: 7

Compression:

Stored size: 805 Bytes

Contents

all_calculations {
  metadatum {
    label :department
    choices %w{stuff things more_stuff meta_things}
  }
}

calculation{
  name 'electricity'
  label :electricity
  path '/business/energy/electricity/grid'
  profile {
    label :usage
    name 'Electricity Used'
    path 'energyPerTime'
  }
  drill {
    label :country
    path 'country'
    fixed 'Argentina'
  }
  output {
    label :co2
    path 'default'
  }
}

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/electricity_and_transport.rb
amee-data-abstraction-2.3.0 spec/fixtures/config/calculations/electricity_and_transport.rb
amee-data-abstraction-2.2.2 spec/fixtures/config/calculations/electricity_and_transport.rb
amee-data-abstraction-2.2.1 spec/fixtures/config/calculations/electricity_and_transport.rb
amee-data-abstraction-2.2.0 spec/fixtures/config/calculations/electricity_and_transport.rb
amee-data-abstraction-1.3.1 spec/fixtures/config/calculations/electricity_and_transport.rb
amee-data-abstraction-1.3.0 spec/fixtures/config/calculations/electricity_and_transport.rb