Class: Kaltura::KalturaSyndicationFeedEntryCount
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSyndicationFeedEntryCount
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#actual_entry_count ⇒ Object
count of entries that will appear in the feed (including all relevant filters).
-
#require_transcoding_count ⇒ Object
count of entries that requires transcoding in order to be included in feed.
-
#total_entry_count ⇒ Object
the total count of entries that should appear in the feed without flavor filtering.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actual_entry_count ⇒ Object
count of entries that will appear in the feed (including all relevant filters)
5619 5620 5621 |
# File 'lib/kaltura_client.rb', line 5619 def actual_entry_count @actual_entry_count end |
#require_transcoding_count ⇒ Object
count of entries that requires transcoding in order to be included in feed
5622 5623 5624 |
# File 'lib/kaltura_client.rb', line 5622 def require_transcoding_count @require_transcoding_count end |
#total_entry_count ⇒ Object
the total count of entries that should appear in the feed without flavor filtering
5616 5617 5618 |
# File 'lib/kaltura_client.rb', line 5616 def total_entry_count @total_entry_count end |