Sha256: 97fa6ccf3d26a3b219c3ccdfd4c0593c90a04bf32cdc95d6924069b6e3cfce53

Contents?: true

Size: 290 Bytes

Versions: 8

Compression:

Stored size: 290 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class FilesField < Page::Component
            embeds_many :items, klass: "Ecoportal::API::V2::Page::File", order_key: :position
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ecoportal-api-v2-0.8.9 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-v2-0.8.8 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-v2-0.8.7 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-v2-0.8.6 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-v2-0.8.5 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-v2-0.8.4 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.7.5 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.7.4 lib/ecoportal/api/v2/page/component/files_field.rb