Class: Kaltura::KalturaFileAsset

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

#created_atObject

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_typeObject

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_extObject

Returns the value of attribute file_ext.



3760
3761
3762
# File 'lib/kaltura_client.rb', line 3760

def file_ext
  @file_ext
end

#idObject

Returns the value of attribute id.



3754
3755
3756
# File 'lib/kaltura_client.rb', line 3754

def id
  @id
end

#nameObject

Returns the value of attribute name.



3758
3759
3760
# File 'lib/kaltura_client.rb', line 3758

def name
  @name
end

#object_idObject

Returns the value of attribute object_id.



3757
3758
3759
# File 'lib/kaltura_client.rb', line 3757

def object_id
  @object_id
end

#partner_idObject

Returns the value of attribute partner_id.



3755
3756
3757
# File 'lib/kaltura_client.rb', line 3755

def partner_id
  @partner_id
end

#statusObject

Returns the value of attribute status.



3764
3765
3766
# File 'lib/kaltura_client.rb', line 3764

def status
  @status
end

#system_nameObject

Returns the value of attribute system_name.



3759
3760
3761
# File 'lib/kaltura_client.rb', line 3759

def system_name
  @system_name
end

#updated_atObject

Returns the value of attribute updated_at.



3763
3764
3765
# File 'lib/kaltura_client.rb', line 3763

def updated_at
  @updated_at
end

#versionObject

Returns the value of attribute version.



3761
3762
3763
# File 'lib/kaltura_client.rb', line 3761

def version
  @version
end