Sha256: 563ae380256253ef7c7184cb5fe5e1caa1697a3c25004a967ea9aab398e1e6a8

Contents?: true

Size: 337 Bytes

Versions: 3

Compression:

Stored size: 337 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class SelectionOption < Common::Content::DoubleModel
            passkey     :id
            passthrough :patch_ver, :name, :value
            passthrough :weight, :selected
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecoportal-api-oozes-0.5.7 lib/ecoportal/api/v2/page/component/selection_option.rb
ecoportal-api-oozes-0.5.6 lib/ecoportal/api/v2/page/component/selection_option.rb
ecoportal-api-oozes-0.5.5 lib/ecoportal/api/v2/page/component/selection_option.rb