Sha256: 3429789df3c844ffecde3b1e5588a0c57fda40b0de0999fbc4a932f57206cb2c

Contents?: true

Size: 369 Bytes

Versions: 3

Compression:

Stored size: 369 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Stage < Common::Content::DoubleModel
          passkey     :id
          passthrough :patch_ver
          passthrough :name
          passarray   :subtags, order_matters: false
          passarray   :section_ids
          passthrough :can
        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/stage.rb
ecoportal-api-oozes-0.5.6 lib/ecoportal/api/v2/page/stage.rb
ecoportal-api-oozes-0.5.5 lib/ecoportal/api/v2/page/stage.rb