Sha256: 30ff48928eac0cabe0aa71621a9bb574359c79ae7e4e09b7466500b865080c30

Contents?: true

Size: 369 Bytes

Versions: 10

Compression:

Stored size: 369 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class FilesField < Page::Component
            #class_resolver :file_class, "Ecoportal::API::V2::Page::File"
            embeds_multiple :items, klass: "Ecoportal::API::V2::Page::File", order_key: :position
          end
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ecoportal-api-oozes-0.7.3 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.7.2 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.7.1 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.7.0 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.6.1 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.6.0 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.5.9 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.5.8 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.5.7 lib/ecoportal/api/v2/page/component/files_field.rb
ecoportal-api-oozes-0.5.6 lib/ecoportal/api/v2/page/component/files_field.rb