Class: Kaltura::Search
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::Search
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#auth_data ⇒ Object
Returns the value of attribute auth_data.
671 672 673 |
# File 'lib/kaltura/kaltura_client.rb', line 671 def auth_data @auth_data end |
#extra_data ⇒ Object
Returns the value of attribute extra_data.
670 671 672 |
# File 'lib/kaltura/kaltura_client.rb', line 670 def extra_data @extra_data end |
#key_words ⇒ Object
Returns the value of attribute key_words.
667 668 669 |
# File 'lib/kaltura/kaltura_client.rb', line 667 def key_words @key_words end |
#media_type ⇒ Object
Returns the value of attribute media_type.
669 670 671 |
# File 'lib/kaltura/kaltura_client.rb', line 669 def media_type @media_type end |
#search_source ⇒ Object
Returns the value of attribute search_source.
668 669 670 |
# File 'lib/kaltura/kaltura_client.rb', line 668 def search_source @search_source end |