Class: Kaltura::KalturaMetadataListResponse
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaMetadataListResponse
- Defined in:
- lib/kaltura_plugins/kaltura_metadata_client_plugin.rb
Instance Attribute Summary collapse
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#objects ⇒ Object
Returns the value of attribute objects.
118 119 120 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 118 def objects @objects end |
#total_count ⇒ Object
Returns the value of attribute total_count.
119 120 121 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 119 def total_count @total_count end |