Class: Kaltura::SyndicationFeedEntryCount

Inherits:
ObjectBase
  • Object
show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#actual_entry_countObject

Returns the value of attribute actual_entry_count.



965
966
967
# File 'lib/kaltura/kaltura_client.rb', line 965

def actual_entry_count
  @actual_entry_count
end

#require_transcoding_countObject

Returns the value of attribute require_transcoding_count.



966
967
968
# File 'lib/kaltura/kaltura_client.rb', line 966

def require_transcoding_count
  @require_transcoding_count
end

#total_entry_countObject

Returns the value of attribute total_entry_count.



964
965
966
# File 'lib/kaltura/kaltura_client.rb', line 964

def total_entry_count
  @total_entry_count
end