Class: KalturaApi::KalturaSearch

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaSearchResult

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#auth_dataObject

Returns the value of attribute auth_data.



5289
5290
5291
# File 'lib/kaltura_client.rb', line 5289

def auth_data
  @auth_data
end

#extra_dataObject

Use this field to pass dynamic data for searching For example - if you set this field to “mymovies_$partner_id” The $partner_id will be automatically replcaed with your real partner Id



5288
5289
5290
# File 'lib/kaltura_client.rb', line 5288

def extra_data
  @extra_data
end

#key_wordsObject

Returns the value of attribute key_words.



5281
5282
5283
# File 'lib/kaltura_client.rb', line 5281

def key_words
  @key_words
end

#media_typeObject

Returns the value of attribute media_type.



5283
5284
5285
# File 'lib/kaltura_client.rb', line 5283

def media_type
  @media_type
end

#search_sourceObject

Returns the value of attribute search_source.



5282
5283
5284
# File 'lib/kaltura_client.rb', line 5282

def search_source
  @search_source
end