Class: Kaltura::KalturaFileSync
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaFileSync
- Defined in:
- lib/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 KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
2877 2878 2879 |
# File 'lib/kaltura_client.rb', line 2877 def created_at @created_at end |
#dc ⇒ Object
Returns the value of attribute dc.
2875 2876 2877 |
# File 'lib/kaltura_client.rb', line 2875 def dc @dc end |
#file_content ⇒ Object
Returns the value of attribute file_content.
2889 2890 2891 |
# File 'lib/kaltura_client.rb', line 2889 def file_content @file_content end |
#file_disc_size ⇒ Object
Returns the value of attribute file_disc_size.
2890 2891 2892 |
# File 'lib/kaltura_client.rb', line 2890 def file_disc_size @file_disc_size end |
#file_path ⇒ Object
Returns the value of attribute file_path.
2886 2887 2888 |
# File 'lib/kaltura_client.rb', line 2886 def file_path @file_path end |
#file_root ⇒ Object
Returns the value of attribute file_root.
2885 2886 2887 |
# File 'lib/kaltura_client.rb', line 2885 def file_root @file_root end |
#file_size ⇒ Object
Returns the value of attribute file_size.
2887 2888 2889 |
# File 'lib/kaltura_client.rb', line 2887 def file_size @file_size end |
#file_type ⇒ Object
Returns the value of attribute file_type.
2882 2883 2884 |
# File 'lib/kaltura_client.rb', line 2882 def file_type @file_type end |
#file_url ⇒ Object
Returns the value of attribute file_url.
2888 2889 2890 |
# File 'lib/kaltura_client.rb', line 2888 def file_url @file_url end |
#id ⇒ Object
Returns the value of attribute id.
2869 2870 2871 |
# File 'lib/kaltura_client.rb', line 2869 def id @id end |
#link_count ⇒ Object
Returns the value of attribute link_count.
2884 2885 2886 |
# File 'lib/kaltura_client.rb', line 2884 def link_count @link_count end |
#linked_id ⇒ Object
Returns the value of attribute linked_id.
2883 2884 2885 |
# File 'lib/kaltura_client.rb', line 2883 def linked_id @linked_id end |
#object_id ⇒ Object
Returns the value of attribute object_id.
2872 2873 2874 |
# File 'lib/kaltura_client.rb', line 2872 def object_id @object_id end |
#object_sub_type ⇒ Object
Returns the value of attribute object_sub_type.
2874 2875 2876 |
# File 'lib/kaltura_client.rb', line 2874 def object_sub_type @object_sub_type end |
#object_type ⇒ Object
Returns the value of attribute object_type.
2871 2872 2873 |
# File 'lib/kaltura_client.rb', line 2871 def object_type @object_type end |
#original ⇒ Object
Returns the value of attribute original.
2876 2877 2878 |
# File 'lib/kaltura_client.rb', line 2876 def original @original end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2870 2871 2872 |
# File 'lib/kaltura_client.rb', line 2870 def partner_id @partner_id end |
#ready_at ⇒ Object
Returns the value of attribute ready_at.
2879 2880 2881 |
# File 'lib/kaltura_client.rb', line 2879 def ready_at @ready_at end |
#status ⇒ Object
Returns the value of attribute status.
2881 2882 2883 |
# File 'lib/kaltura_client.rb', line 2881 def status @status end |
#sync_time ⇒ Object
Returns the value of attribute sync_time.
2880 2881 2882 |
# File 'lib/kaltura_client.rb', line 2880 def sync_time @sync_time end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
2878 2879 2880 |
# File 'lib/kaltura_client.rb', line 2878 def updated_at @updated_at end |
#version ⇒ Object
Returns the value of attribute version.
2873 2874 2875 |
# File 'lib/kaltura_client.rb', line 2873 def version @version end |