Class: Kaltura::SearchResult
- Inherits:
-
Search
- Object
- ObjectBase
- Search
- Kaltura::SearchResult
- Defined in:
- lib/kaltura/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 Search
#auth_data, #extra_data, #key_words, #media_type, #search_source
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#credit ⇒ Object
Returns the value of attribute credit.
689 690 691 |
# File 'lib/kaltura/kaltura_client.rb', line 689 def credit @credit end |
#description ⇒ Object
Returns the value of attribute description.
685 686 687 |
# File 'lib/kaltura/kaltura_client.rb', line 685 def description @description end |
#flash_playback_type ⇒ Object
Returns the value of attribute flash_playback_type.
691 692 693 |
# File 'lib/kaltura/kaltura_client.rb', line 691 def flash_playback_type @flash_playback_type end |
#id ⇒ Object
Returns the value of attribute id.
682 683 684 |
# File 'lib/kaltura/kaltura_client.rb', line 682 def id @id end |
#license_type ⇒ Object
Returns the value of attribute license_type.
690 691 692 |
# File 'lib/kaltura/kaltura_client.rb', line 690 def license_type @license_type end |
#source_link ⇒ Object
Returns the value of attribute source_link.
688 689 690 |
# File 'lib/kaltura/kaltura_client.rb', line 688 def source_link @source_link end |
#tags ⇒ Object
Returns the value of attribute tags.
686 687 688 |
# File 'lib/kaltura/kaltura_client.rb', line 686 def @tags end |
#thumb_url ⇒ Object
Returns the value of attribute thumb_url.
684 685 686 |
# File 'lib/kaltura/kaltura_client.rb', line 684 def thumb_url @thumb_url end |
#title ⇒ Object
Returns the value of attribute title.
683 684 685 |
# File 'lib/kaltura/kaltura_client.rb', line 683 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
687 688 689 |
# File 'lib/kaltura/kaltura_client.rb', line 687 def url @url end |