Class: Kaltura::KalturaSourceFileSyncDescriptor

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#actual_file_sync_local_pathObject

The translated path as used by the scheduler



5362
5363
5364
# File 'lib/kaltura_client.rb', line 5362

def actual_file_sync_local_path
  @actual_file_sync_local_path
end

#asset_idObject

Returns the value of attribute asset_id.



5364
5365
5366
# File 'lib/kaltura_client.rb', line 5364

def asset_id
  @asset_id
end

#asset_params_idObject

Returns the value of attribute asset_params_id.



5365
5366
5367
# File 'lib/kaltura_client.rb', line 5365

def asset_params_id
  @asset_params_id
end

#file_sync_local_pathObject

Returns the value of attribute file_sync_local_path.



5359
5360
5361
# File 'lib/kaltura_client.rb', line 5359

def file_sync_local_path
  @file_sync_local_path
end

#file_sync_remote_urlObject

Returns the value of attribute file_sync_remote_url.



5363
5364
5365
# File 'lib/kaltura_client.rb', line 5363

def file_sync_remote_url
  @file_sync_remote_url
end