Class: Kaltura::Response::BaseResponse

Inherits:
ObjectBase
  • Object
show all
Defined in:
lib/kaltura/response.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

#objectsObject

Returns the value of attribute objects.



5
6
7
# File 'lib/kaltura/response.rb', line 5

def objects
  @objects
end

#total_countObject

Returns the value of attribute total_count.



6
7
8
# File 'lib/kaltura/response.rb', line 6

def total_count
  @total_count
end