Class: Kaltura::KalturaSearchResult
- Inherits:
-
KalturaSearch
- Object
- KalturaObjectBase
- KalturaSearch
- Kaltura::KalturaSearchResult
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#credit ⇒ Object
Returns the value of attribute credit.
-
#description ⇒ Object
Returns the value of attribute description.
-
#flash_playback_type ⇒ Object
Returns the value of attribute flash_playback_type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#license_type ⇒ Object
Returns the value of attribute license_type.
-
#source_link ⇒ Object
Returns the value of attribute source_link.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#thumb_url ⇒ Object
Returns the value of attribute thumb_url.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from KalturaSearch
#auth_data, #extra_data, #key_words, #media_type, #search_source
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#credit ⇒ Object
Returns the value of attribute credit.
1894 1895 1896 |
# File 'lib/kaltura_client.rb', line 1894 def credit @credit end |
#description ⇒ Object
Returns the value of attribute description.
1890 1891 1892 |
# File 'lib/kaltura_client.rb', line 1890 def description @description end |
#flash_playback_type ⇒ Object
Returns the value of attribute flash_playback_type.
1896 1897 1898 |
# File 'lib/kaltura_client.rb', line 1896 def flash_playback_type @flash_playback_type end |
#id ⇒ Object
Returns the value of attribute id.
1887 1888 1889 |
# File 'lib/kaltura_client.rb', line 1887 def id @id end |
#license_type ⇒ Object
Returns the value of attribute license_type.
1895 1896 1897 |
# File 'lib/kaltura_client.rb', line 1895 def license_type @license_type end |
#source_link ⇒ Object
Returns the value of attribute source_link.
1893 1894 1895 |
# File 'lib/kaltura_client.rb', line 1893 def source_link @source_link end |
#tags ⇒ Object
Returns the value of attribute tags.
1891 1892 1893 |
# File 'lib/kaltura_client.rb', line 1891 def @tags end |
#thumb_url ⇒ Object
Returns the value of attribute thumb_url.
1889 1890 1891 |
# File 'lib/kaltura_client.rb', line 1889 def thumb_url @thumb_url end |
#title ⇒ Object
Returns the value of attribute title.
1888 1889 1890 |
# File 'lib/kaltura_client.rb', line 1888 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
1892 1893 1894 |
# File 'lib/kaltura_client.rb', line 1892 def url @url end |