Class: KalturaApi::KalturaFileAsset
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaFileAsset
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#file_asset_object_type ⇒ Object
Returns the value of attribute file_asset_object_type.
-
#file_ext ⇒ Object
Returns the value of attribute file_ext.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#object_id ⇒ Object
Returns the value of attribute object_id.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#system_name ⇒ Object
Returns the value of attribute system_name.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#version ⇒ Object
Returns the value of attribute version.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
3762 3763 3764 |
# File 'lib/kaltura_client.rb', line 3762 def created_at @created_at end |
#file_asset_object_type ⇒ Object
Returns the value of attribute file_asset_object_type.
3756 3757 3758 |
# File 'lib/kaltura_client.rb', line 3756 def file_asset_object_type @file_asset_object_type end |
#file_ext ⇒ Object
Returns the value of attribute file_ext.
3760 3761 3762 |
# File 'lib/kaltura_client.rb', line 3760 def file_ext @file_ext end |
#id ⇒ Object
Returns the value of attribute id.
3754 3755 3756 |
# File 'lib/kaltura_client.rb', line 3754 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
3758 3759 3760 |
# File 'lib/kaltura_client.rb', line 3758 def name @name end |
#object_id ⇒ Object
Returns the value of attribute object_id.
3757 3758 3759 |
# File 'lib/kaltura_client.rb', line 3757 def object_id @object_id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
3755 3756 3757 |
# File 'lib/kaltura_client.rb', line 3755 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
3764 3765 3766 |
# File 'lib/kaltura_client.rb', line 3764 def status @status end |
#system_name ⇒ Object
Returns the value of attribute system_name.
3759 3760 3761 |
# File 'lib/kaltura_client.rb', line 3759 def system_name @system_name end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
3763 3764 3765 |
# File 'lib/kaltura_client.rb', line 3763 def updated_at @updated_at end |
#version ⇒ Object
Returns the value of attribute version.
3761 3762 3763 |
# File 'lib/kaltura_client.rb', line 3761 def version @version end |