Class: Kaltura::KalturaApFeedDropFolder

Inherits:
KalturaFeedDropFolder show all
Defined in:
lib/kaltura_plugins/kaltura_ap_feed_drop_folder_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaFeedDropFolder

#feed_item_info, #item_handling_limit

Attributes inherited from KalturaDropFolder

#auto_file_delete_days, #categories_metadata_field_name, #conversion_profile_id, #created_at, #dc, #description, #enforce_entitlement, #error_code, #error_description, #file_delete_policy, #file_handler_config, #file_handler_type, #file_name_patterns, #file_size_check_interval, #id, #ignore_file_name_patterns, #incremental, #last_accessed_at, #last_file_timestamp, #metadata_profile_id, #name, #partner_id, #path, #should_validate_ks, #status, #tags, #type, #updated_at

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#ap_api_keyObject

Returns the value of attribute ap_api_key.



35
36
37
# File 'lib/kaltura_plugins/kaltura_ap_feed_drop_folder_client_plugin.rb', line 35

def ap_api_key
  @ap_api_key
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



38
39
40
41
42
43
# File 'lib/kaltura_plugins/kaltura_ap_feed_drop_folder_client_plugin.rb', line 38

def from_xml(xml_element)
	super
	if xml_element.elements['apApiKey'] != nil
		self.ap_api_key = xml_element.elements['apApiKey'].text
	end
end