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.



689
690
691
# File 'lib/kaltura/kaltura_client.rb', line 689

def credit
  @credit
end

#descriptionObject

Returns the value of attribute description.



685
686
687
# File 'lib/kaltura/kaltura_client.rb', line 685

def description
  @description
end

#flash_playback_typeObject

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

#idObject

Returns the value of attribute id.



682
683
684
# File 'lib/kaltura/kaltura_client.rb', line 682

def id
  @id
end

#license_typeObject

Returns the value of attribute license_type.



690
691
692
# File 'lib/kaltura/kaltura_client.rb', line 690

def license_type
  @license_type
end

Returns the value of attribute source_link.



688
689
690
# File 'lib/kaltura/kaltura_client.rb', line 688

def source_link
  @source_link
end

#tagsObject

Returns the value of attribute tags.



686
687
688
# File 'lib/kaltura/kaltura_client.rb', line 686

def tags
  @tags
end

#thumb_urlObject

Returns the value of attribute thumb_url.



684
685
686
# File 'lib/kaltura/kaltura_client.rb', line 684

def thumb_url
  @thumb_url
end

#titleObject

Returns the value of attribute title.



683
684
685
# File 'lib/kaltura/kaltura_client.rb', line 683

def title
  @title
end

#urlObject

Returns the value of attribute url.



687
688
689
# File 'lib/kaltura/kaltura_client.rb', line 687

def url
  @url
end