Method: Contentstack::ContentType#entry

Defined in:
lib/contentstack/content_type.rb

#entry(entry_uid) ⇒ Object

[View source]

37
38
39
# File 'lib/contentstack/content_type.rb', line 37

def entry(entry_uid)
  Entry.new({uid: entry_uid}, self.uid)
end