Class: Kaltura::Search

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Direct Known Subclasses

SearchResult

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#auth_dataObject

Returns the value of attribute auth_data.



628
629
630
# File 'lib/kaltura/kaltura_client.rb', line 628

def auth_data
  @auth_data
end

#extra_dataObject

Returns the value of attribute extra_data.



627
628
629
# File 'lib/kaltura/kaltura_client.rb', line 627

def extra_data
  @extra_data
end

#key_wordsObject

Returns the value of attribute key_words.



624
625
626
# File 'lib/kaltura/kaltura_client.rb', line 624

def key_words
  @key_words
end

#media_typeObject

Returns the value of attribute media_type.



626
627
628
# File 'lib/kaltura/kaltura_client.rb', line 626

def media_type
  @media_type
end

#search_sourceObject

Returns the value of attribute search_source.



625
626
627
# File 'lib/kaltura/kaltura_client.rb', line 625

def search_source
  @search_source
end