Class: Kaltura::KalturaSyndicationFeedEntryCount

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#actual_entry_countObject

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_countObject

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_countObject

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