module Contentful::Management::Resource::AssetFields

Adds Field Coercions for [Asset]

Public Instance Methods

fields_coercions() click to toggle source

Special fields for Asset.

# File lib/contentful/management/resource/asset_fields.rb, line 9
def fields_coercions
  {
    title: :hash,
    description: :hash,
    file: Contentful::Management::File
  }
end