Class: Kaltura::FileSync
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::FileSync
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#dc ⇒ Object
Returns the value of attribute dc.
-
#file_content ⇒ Object
Returns the value of attribute file_content.
-
#file_disc_size ⇒ Object
Returns the value of attribute file_disc_size.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#file_root ⇒ Object
Returns the value of attribute file_root.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#file_url ⇒ Object
Returns the value of attribute file_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#link_count ⇒ Object
Returns the value of attribute link_count.
-
#linked_id ⇒ Object
Returns the value of attribute linked_id.
-
#object_id ⇒ Object
Returns the value of attribute object_id.
-
#object_sub_type ⇒ Object
Returns the value of attribute object_sub_type.
-
#object_type ⇒ Object
Returns the value of attribute object_type.
-
#original ⇒ Object
Returns the value of attribute original.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#ready_at ⇒ Object
Returns the value of attribute ready_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#sync_time ⇒ Object
Returns the value of attribute sync_time.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#version ⇒ Object
Returns the value of attribute version.
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
1287 1288 1289 |
# File 'lib/kaltura/kaltura_client.rb', line 1287 def created_at @created_at end |
#dc ⇒ Object
Returns the value of attribute dc.
1285 1286 1287 |
# File 'lib/kaltura/kaltura_client.rb', line 1285 def dc @dc end |
#file_content ⇒ Object
Returns the value of attribute file_content.
1299 1300 1301 |
# File 'lib/kaltura/kaltura_client.rb', line 1299 def file_content @file_content end |
#file_disc_size ⇒ Object
Returns the value of attribute file_disc_size.
1300 1301 1302 |
# File 'lib/kaltura/kaltura_client.rb', line 1300 def file_disc_size @file_disc_size end |
#file_path ⇒ Object
Returns the value of attribute file_path.
1296 1297 1298 |
# File 'lib/kaltura/kaltura_client.rb', line 1296 def file_path @file_path end |
#file_root ⇒ Object
Returns the value of attribute file_root.
1295 1296 1297 |
# File 'lib/kaltura/kaltura_client.rb', line 1295 def file_root @file_root end |
#file_size ⇒ Object
Returns the value of attribute file_size.
1297 1298 1299 |
# File 'lib/kaltura/kaltura_client.rb', line 1297 def file_size @file_size end |
#file_type ⇒ Object
Returns the value of attribute file_type.
1292 1293 1294 |
# File 'lib/kaltura/kaltura_client.rb', line 1292 def file_type @file_type end |
#file_url ⇒ Object
Returns the value of attribute file_url.
1298 1299 1300 |
# File 'lib/kaltura/kaltura_client.rb', line 1298 def file_url @file_url end |
#id ⇒ Object
Returns the value of attribute id.
1279 1280 1281 |
# File 'lib/kaltura/kaltura_client.rb', line 1279 def id @id end |
#link_count ⇒ Object
Returns the value of attribute link_count.
1294 1295 1296 |
# File 'lib/kaltura/kaltura_client.rb', line 1294 def link_count @link_count end |
#linked_id ⇒ Object
Returns the value of attribute linked_id.
1293 1294 1295 |
# File 'lib/kaltura/kaltura_client.rb', line 1293 def linked_id @linked_id end |
#object_id ⇒ Object
Returns the value of attribute object_id.
1282 1283 1284 |
# File 'lib/kaltura/kaltura_client.rb', line 1282 def object_id @object_id end |
#object_sub_type ⇒ Object
Returns the value of attribute object_sub_type.
1284 1285 1286 |
# File 'lib/kaltura/kaltura_client.rb', line 1284 def object_sub_type @object_sub_type end |
#object_type ⇒ Object
Returns the value of attribute object_type.
1281 1282 1283 |
# File 'lib/kaltura/kaltura_client.rb', line 1281 def object_type @object_type end |
#original ⇒ Object
Returns the value of attribute original.
1286 1287 1288 |
# File 'lib/kaltura/kaltura_client.rb', line 1286 def original @original end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1280 1281 1282 |
# File 'lib/kaltura/kaltura_client.rb', line 1280 def partner_id @partner_id end |
#ready_at ⇒ Object
Returns the value of attribute ready_at.
1289 1290 1291 |
# File 'lib/kaltura/kaltura_client.rb', line 1289 def ready_at @ready_at end |
#status ⇒ Object
Returns the value of attribute status.
1291 1292 1293 |
# File 'lib/kaltura/kaltura_client.rb', line 1291 def status @status end |
#sync_time ⇒ Object
Returns the value of attribute sync_time.
1290 1291 1292 |
# File 'lib/kaltura/kaltura_client.rb', line 1290 def sync_time @sync_time end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
1288 1289 1290 |
# File 'lib/kaltura/kaltura_client.rb', line 1288 def updated_at @updated_at end |
#version ⇒ Object
Returns the value of attribute version.
1283 1284 1285 |
# File 'lib/kaltura/kaltura_client.rb', line 1283 def version @version end |