Class: Kaltura::DocumentEntry
- Inherits:
-
BaseEntry
- Object
- ObjectBase
- BaseEntry
- Kaltura::DocumentEntry
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#document_type ⇒ Object
Returns the value of attribute document_type.
Attributes inherited from BaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #created_at, #description, #download_url, #end_date, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #partner_data, #partner_id, #rank, #search_text, #start_date, #status, #tags, #thumbnail_url, #total_rank, #type, #updated_at, #user_id, #version, #votes
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#document_type ⇒ Object
Returns the value of attribute document_type.
1490 1491 1492 |
# File 'lib/kaltura/kaltura_client.rb', line 1490 def document_type @document_type end |