Class: Kaltura::KalturaPartnerUsageListResponse
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaPartnerUsageListResponse
- Defined in:
- lib/kaltura_plugins/kaltura_var_console_client_plugin.rb
Instance Attribute Summary collapse
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#total ⇒ Object
Returns the value of attribute total.
-
#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.
164 165 166 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 164 def objects @objects end |
#total ⇒ Object
Returns the value of attribute total.
163 164 165 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 163 def total @total end |
#total_count ⇒ Object
Returns the value of attribute total_count.
165 166 167 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 165 def total_count @total_count end |