Class: Kaltura::KalturaKontikiStorageProfile
- Inherits:
-
KalturaStorageProfile
- Object
- KalturaObjectBase
- KalturaStorageProfile
- Kaltura::KalturaKontikiStorageProfile
- Defined in:
- lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb
Instance Attribute Summary collapse
-
#service_token ⇒ Object
Returns the value of attribute service_token.
Attributes inherited from KalturaStorageProfile
#allow_auto_delete, #create_file_link, #created_at, #delivery_priority, #delivery_profile_ids, #delivery_status, #desciption, #excluded_entry_types, #excluded_flavor_params_ids, #export_periodically, #flavor_params_ids, #id, #max_concurrent_connections, #max_file_size, #min_file_size, #name, #packager_url, #partner_id, #pass_phrase, #path_manager_class, #path_manager_params, #path_prefix, #port, #private_key, #protocol, #public_key, #ready_behavior, #rules, #should_export_captions, #should_export_thumbs, #status, #storage_base_dir, #storage_ftp_passive_mode, #storage_password, #storage_url, #storage_username, #system_name, #trigger, #updated_at
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#service_token ⇒ Object
Returns the value of attribute service_token.
40 41 42 |
# File 'lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb', line 40 def service_token @service_token end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
43 44 45 46 47 48 |
# File 'lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb', line 43 def from_xml(xml_element) super if xml_element.elements['serviceToken'] != nil self.service_token = xml_element.elements['serviceToken'].text end end |