Class: Kaltura::SearchResult

Inherits:
Search show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from Search

#auth_data, #extra_data, #key_words, #media_type, #search_source

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#creditObject

Returns the value of attribute credit.



646
647
648
# File 'lib/kaltura/kaltura_client.rb', line 646

def credit
  @credit
end

#descriptionObject

Returns the value of attribute description.



642
643
644
# File 'lib/kaltura/kaltura_client.rb', line 642

def description
  @description
end

#flash_playback_typeObject

Returns the value of attribute flash_playback_type.



648
649
650
# File 'lib/kaltura/kaltura_client.rb', line 648

def flash_playback_type
  @flash_playback_type
end

#idObject

Returns the value of attribute id.



639
640
641
# File 'lib/kaltura/kaltura_client.rb', line 639

def id
  @id
end

#license_typeObject

Returns the value of attribute license_type.



647
648
649
# File 'lib/kaltura/kaltura_client.rb', line 647

def license_type
  @license_type
end

Returns the value of attribute source_link.



645
646
647
# File 'lib/kaltura/kaltura_client.rb', line 645

def source_link
  @source_link
end

#tagsObject

Returns the value of attribute tags.



643
644
645
# File 'lib/kaltura/kaltura_client.rb', line 643

def tags
  @tags
end

#thumb_urlObject

Returns the value of attribute thumb_url.



641
642
643
# File 'lib/kaltura/kaltura_client.rb', line 641

def thumb_url
  @thumb_url
end

#titleObject

Returns the value of attribute title.



640
641
642
# File 'lib/kaltura/kaltura_client.rb', line 640

def title
  @title
end

#urlObject

Returns the value of attribute url.



644
645
646
# File 'lib/kaltura/kaltura_client.rb', line 644

def url
  @url
end