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.
-
#file_ext ⇒ Object
Returns the value of attribute file_ext.
-
#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.
5320 5321 5322 |
# File 'lib/kaltura_client.rb', line 5320 def credit @credit end |
#description ⇒ Object
Returns the value of attribute description.
5316 5317 5318 |
# File 'lib/kaltura_client.rb', line 5316 def description @description end |
#file_ext ⇒ Object
Returns the value of attribute file_ext.
5323 5324 5325 |
# File 'lib/kaltura_client.rb', line 5323 def file_ext @file_ext end |
#flash_playback_type ⇒ Object
Returns the value of attribute flash_playback_type.
5322 5323 5324 |
# File 'lib/kaltura_client.rb', line 5322 def flash_playback_type @flash_playback_type end |
#id ⇒ Object
Returns the value of attribute id.
5313 5314 5315 |
# File 'lib/kaltura_client.rb', line 5313 def id @id end |
#license_type ⇒ Object
Returns the value of attribute license_type.
5321 5322 5323 |
# File 'lib/kaltura_client.rb', line 5321 def license_type @license_type end |
#source_link ⇒ Object
Returns the value of attribute source_link.
5319 5320 5321 |
# File 'lib/kaltura_client.rb', line 5319 def source_link @source_link end |
#tags ⇒ Object
Returns the value of attribute tags.
5317 5318 5319 |
# File 'lib/kaltura_client.rb', line 5317 def @tags end |
#thumb_url ⇒ Object
Returns the value of attribute thumb_url.
5315 5316 5317 |
# File 'lib/kaltura_client.rb', line 5315 def thumb_url @thumb_url end |
#title ⇒ Object
Returns the value of attribute title.
5314 5315 5316 |
# File 'lib/kaltura_client.rb', line 5314 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
5318 5319 5320 |
# File 'lib/kaltura_client.rb', line 5318 def url @url end |