Sha256: dba0c898830f45bf99b2f0fe1a6fc867da317b55d4ebbaa1d3fc0693594009d3

Contents?: true

Size: 301 Bytes

Versions: 27

Compression:

Stored size: 301 Bytes

Contents

require_relative 'resource'

module Contentful
  module Management
    # An Asset's file schema
    class File
      include Contentful::Management::Resource

      property :fileName, :string
      property :contentType, :string
      property :details
      property :url, :string
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
contentful-management-0.6.1 lib/contentful/management/file.rb
contentful-management-0.6.0 lib/contentful/management/file.rb
contentful-management-0.5.0 lib/contentful/management/file.rb
contentful-management-0.4.1 lib/contentful/management/file.rb
contentful-management-0.4.0 lib/contentful/management/file.rb
contentful-management-0.3.1 lib/contentful/management/file.rb
contentful-management-0.3.0 lib/contentful/management/file.rb