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.



1008
1009
1010
# File 'lib/kaltura/kaltura_client.rb', line 1008

def actual_entry_count
  @actual_entry_count
end

#require_transcoding_countObject

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_countObject

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