Class: Kaltura::Response::SearchResultResponse

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

#need_media_infoObject

Returns the value of attribute need_media_info.



51
52
53
# File 'lib/kaltura/response.rb', line 51

def need_media_info
  @need_media_info
end

#objectsObject

Returns the value of attribute objects.



50
51
52
# File 'lib/kaltura/response.rb', line 50

def objects
  @objects
end