Class: Kaltura::KalturaSyndicationFeedEntryCount
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSyndicationFeedEntryCount
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actual_entry_count ⇒ Object
Returns the value of attribute actual_entry_count.
2310 2311 2312 |
# File 'lib/kaltura_client.rb', line 2310 def actual_entry_count @actual_entry_count end |
#require_transcoding_count ⇒ Object
Returns the value of attribute require_transcoding_count.
2311 2312 2313 |
# File 'lib/kaltura_client.rb', line 2311 def require_transcoding_count @require_transcoding_count end |
#total_entry_count ⇒ Object
Returns the value of attribute total_entry_count.
2309 2310 2311 |
# File 'lib/kaltura_client.rb', line 2309 def total_entry_count @total_entry_count end |