Class: Contentful::DynamicEntry
- Defined in:
- lib/contentful/dynamic_entry.rb
Overview
Wrapper for Entries with Cached Content Types
Constant Summary collapse
- KNOWN_TYPES =
Coercions from Contentful Types to Ruby native types
{ 'String' => :string, 'Text' => :string, 'Symbol' => :string, 'Integer' => :integer, 'Float' => :float, 'Boolean' => :boolean, 'Date' => :date, 'Location' => Location }
Instance Attribute Summary
Attributes included from Resource::SystemProperties
Attributes included from Resource
#client, #default_locale, #properties, #raw, #request