Class: Kaltura::KalturaITunesSyndicationFeed

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

Instance Attribute Summary collapse

Attributes inherited from KalturaBaseSyndicationFeed

#add_to_default_conversion_profile, #allow_embed, #categories, #created_at, #enforce_entitlement, #entries_order_by, #feed_url, #flavor_param_id, #id, #landing_page, #name, #partner_id, #player_uiconf_id, #playlist_id, #privacy_context, #status, #storage_id, #transcode_existing_content, #type, #updated_at

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#adult_contentObject

Returns the value of attribute adult_content.



7497
7498
7499
# File 'lib/kaltura_client.rb', line 7497

def adult_content
  @adult_content
end

#categoryObject

Returns the value of attribute category.



7496
7497
7498
# File 'lib/kaltura_client.rb', line 7496

def category
  @category
end

#enforce_orderObject

true in case you want to enfore the palylist order on the



7501
7502
7503
# File 'lib/kaltura_client.rb', line 7501

def enforce_order
  @enforce_order
end

#feed_authorObject

Returns the value of attribute feed_author.



7498
7499
7500
# File 'lib/kaltura_client.rb', line 7498

def feed_author
  @feed_author
end

#feed_descriptionObject

feed description



7480
7481
7482
# File 'lib/kaltura_client.rb', line 7480

def feed_description
  @feed_description
end

#feed_image_urlObject

podcast thumbnail



7495
7496
7497
# File 'lib/kaltura_client.rb', line 7495

def feed_image_url
  @feed_image_url
end

#feed_landing_pageObject

feed landing page (i.e publisher website)



7486
7487
7488
# File 'lib/kaltura_client.rb', line 7486

def feed_landing_page
  @feed_landing_page
end

#languageObject

feed language



7483
7484
7485
# File 'lib/kaltura_client.rb', line 7483

def language
  @language
end

#owner_emailObject

publisher email



7492
7493
7494
# File 'lib/kaltura_client.rb', line 7492

def owner_email
  @owner_email
end

#owner_nameObject

author/publisher name



7489
7490
7491
# File 'lib/kaltura_client.rb', line 7489

def owner_name
  @owner_name
end