Sha256: 64fc11f207d20d6c7364d291a4c9476c4810ba66e1ff19a37a6f9a78f93056ac

Contents?: true

Size: 697 Bytes

Versions: 6

Compression:

Stored size: 697 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class ChartField
            class Indicator < Common::Content::DoubleModel
              passkey     :id
              passthrough :patch_ver
              passthrough :register_id, :source_type

              passthrough :date_input, :secondary
              passthrough :duration, :math_mode, :currency

              passthrough :display_previous, :change_format, :invert_colors

              passarray   :filters, :people_filters, :task_filters, order_matters: false

              passthrough :color
            end
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ecoportal-api-v2-0.8.8 lib/ecoportal/api/v2/page/component/chart_field/indicator.rb
ecoportal-api-v2-0.8.7 lib/ecoportal/api/v2/page/component/chart_field/indicator.rb
ecoportal-api-v2-0.8.6 lib/ecoportal/api/v2/page/component/chart_field/indicator.rb
ecoportal-api-v2-0.8.5 lib/ecoportal/api/v2/page/component/chart_field/indicator.rb
ecoportal-api-v2-0.8.4 lib/ecoportal/api/v2/page/component/chart_field/indicator.rb
ecoportal-api-oozes-0.7.5 lib/ecoportal/api/v2/page/component/chart_field/indicator.rb