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.



5320
5321
5322
# File 'lib/kaltura_client.rb', line 5320

def credit
  @credit
end

#descriptionObject

Returns the value of attribute description.



5316
5317
5318
# File 'lib/kaltura_client.rb', line 5316

def description
  @description
end

#file_extObject

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_typeObject

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

#idObject

Returns the value of attribute id.



5313
5314
5315
# File 'lib/kaltura_client.rb', line 5313

def id
  @id
end

#license_typeObject

Returns the value of attribute license_type.



5321
5322
5323
# File 'lib/kaltura_client.rb', line 5321

def license_type
  @license_type
end

Returns the value of attribute source_link.



5319
5320
5321
# File 'lib/kaltura_client.rb', line 5319

def source_link
  @source_link
end

#tagsObject

Returns the value of attribute tags.



5317
5318
5319
# File 'lib/kaltura_client.rb', line 5317

def tags
  @tags
end

#thumb_urlObject

Returns the value of attribute thumb_url.



5315
5316
5317
# File 'lib/kaltura_client.rb', line 5315

def thumb_url
  @thumb_url
end

#titleObject

Returns the value of attribute title.



5314
5315
5316
# File 'lib/kaltura_client.rb', line 5314

def title
  @title
end

#urlObject

Returns the value of attribute url.



5318
5319
5320
# File 'lib/kaltura_client.rb', line 5318

def url
  @url
end