Class: Kaltura::KalturaSearchResult

Inherits:
KalturaSearch show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaSearch

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

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#creditObject

Returns the value of attribute credit.



1894
1895
1896
# File 'lib/kaltura_client.rb', line 1894

def credit
  @credit
end

#descriptionObject

Returns the value of attribute description.



1890
1891
1892
# File 'lib/kaltura_client.rb', line 1890

def description
  @description
end

#flash_playback_typeObject

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

#idObject

Returns the value of attribute id.



1887
1888
1889
# File 'lib/kaltura_client.rb', line 1887

def id
  @id
end

#license_typeObject

Returns the value of attribute license_type.



1895
1896
1897
# File 'lib/kaltura_client.rb', line 1895

def license_type
  @license_type
end

Returns the value of attribute source_link.



1893
1894
1895
# File 'lib/kaltura_client.rb', line 1893

def source_link
  @source_link
end

#tagsObject

Returns the value of attribute tags.



1891
1892
1893
# File 'lib/kaltura_client.rb', line 1891

def tags
  @tags
end

#thumb_urlObject

Returns the value of attribute thumb_url.



1889
1890
1891
# File 'lib/kaltura_client.rb', line 1889

def thumb_url
  @thumb_url
end

#titleObject

Returns the value of attribute title.



1888
1889
1890
# File 'lib/kaltura_client.rb', line 1888

def title
  @title
end

#urlObject

Returns the value of attribute url.



1892
1893
1894
# File 'lib/kaltura_client.rb', line 1892

def url
  @url
end