Sha256: fd35ecce8193709a18855805f683906fa2b989c32dc1637a811f4c4ce805458e

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class File < Common::Content::DoubleModel
            passkey     :id
            passthrough :patch_ver, :position
            passthrough :file_size, :token, read_only: true
            passthrough :content_type, :file_container_id
            passdate    :file_update_at, read_only: true
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ecoportal-api-v2-0.8.9 lib/ecoportal/api/v2/page/component/file.rb