Class: Kaltura::SyndicationFeedEntryCount
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::SyndicationFeedEntryCount
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#actual_entry_count ⇒ Object
Returns the value of attribute actual_entry_count.
-
#require_transcoding_count ⇒ Object
Returns the value of attribute require_transcoding_count.
-
#total_entry_count ⇒ Object
Returns the value of attribute total_entry_count.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#actual_entry_count ⇒ Object
Returns the value of attribute actual_entry_count.
1008 1009 1010 |
# File 'lib/kaltura/kaltura_client.rb', line 1008 def actual_entry_count @actual_entry_count end |
#require_transcoding_count ⇒ Object
Returns the value of attribute require_transcoding_count.
1009 1010 1011 |
# File 'lib/kaltura/kaltura_client.rb', line 1009 def require_transcoding_count @require_transcoding_count end |
#total_entry_count ⇒ Object
Returns the value of attribute total_entry_count.
1007 1008 1009 |
# File 'lib/kaltura/kaltura_client.rb', line 1007 def total_entry_count @total_entry_count end |