Class: Kaltura::KalturaSearch
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSearch
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#auth_data ⇒ Object
Returns the value of attribute auth_data.
-
#extra_data ⇒ Object
Returns the value of attribute extra_data.
-
#key_words ⇒ Object
Returns the value of attribute key_words.
-
#media_type ⇒ Object
Returns the value of attribute media_type.
-
#search_source ⇒ Object
Returns the value of attribute search_source.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#auth_data ⇒ Object
Returns the value of attribute auth_data.
1876 1877 1878 |
# File 'lib/kaltura_client.rb', line 1876 def auth_data @auth_data end |
#extra_data ⇒ Object
Returns the value of attribute extra_data.
1875 1876 1877 |
# File 'lib/kaltura_client.rb', line 1875 def extra_data @extra_data end |
#key_words ⇒ Object
Returns the value of attribute key_words.
1872 1873 1874 |
# File 'lib/kaltura_client.rb', line 1872 def key_words @key_words end |
#media_type ⇒ Object
Returns the value of attribute media_type.
1874 1875 1876 |
# File 'lib/kaltura_client.rb', line 1874 def media_type @media_type end |
#search_source ⇒ Object
Returns the value of attribute search_source.
1873 1874 1875 |
# File 'lib/kaltura_client.rb', line 1873 def search_source @search_source end |