lib/contentful/resource_builder.rb in contentful-2.13.3 vs lib/contentful/resource_builder.rb in contentful-2.14.0
- old
+ new
@@ -27,9 +27,10 @@
'Locale' => Locale
}.freeze
# Default Entry Mapping
# @see _ README for more information on Entry Mapping
DEFAULT_ENTRY_MAPPING = {}.freeze
+ # Buildable Resources
BUILDABLES = %w[Entry Asset ContentType Space DeletedEntry DeletedAsset Locale].freeze
attr_reader :json, :default_locale, :endpoint, :depth, :localized, :resource_mapping, :entry_mapping, :resource
def initialize(json, configuration = {}, localized = false, depth = 0, errors = [])