Method: ContentfulLite::Entry#content_type_id
- Defined in:
- lib/contentful_lite/entry.rb
#content_type_id ⇒ Object (readonly)
The id for the content type of this entry
8 9 10 |
# File 'lib/contentful_lite/entry.rb', line 8 def content_type_id @content_type_id end |