Class: KalturaApi::KalturaAsset

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_source_asset_params_idsObject

Comma separated list of source flavor params ids



2517
2518
2519
# File 'lib/kaltura_client.rb', line 2517

def actual_source_asset_params_ids
  @actual_source_asset_params_ids
end

#created_atObject

Returns the value of attribute created_at.



2503
2504
2505
# File 'lib/kaltura_client.rb', line 2503

def created_at
  @created_at
end

#deleted_atObject

Returns the value of attribute deleted_at.



2505
2506
2507
# File 'lib/kaltura_client.rb', line 2505

def deleted_at
  @deleted_at
end

#descriptionObject

System description, error message, warnings and failure cause.



2508
2509
2510
# File 'lib/kaltura_client.rb', line 2508

def description
  @description
end

#entry_idObject

The entry ID of the Flavor Asset



2489
2490
2491
# File 'lib/kaltura_client.rb', line 2489

def entry_id
  @entry_id
end

#file_extObject

The file extension



2502
2503
2504
# File 'lib/kaltura_client.rb', line 2502

def file_ext
  @file_ext
end

#idObject

The ID of the Flavor Asset



2486
2487
2488
# File 'lib/kaltura_client.rb', line 2486

def id
  @id
end

#partner_dataObject

Partner private data



2511
2512
2513
# File 'lib/kaltura_client.rb', line 2511

def partner_data
  @partner_data
end

#partner_descriptionObject

Partner friendly description



2514
2515
2516
# File 'lib/kaltura_client.rb', line 2514

def partner_description
  @partner_description
end

#partner_idObject

Returns the value of attribute partner_id.



2490
2491
2492
# File 'lib/kaltura_client.rb', line 2490

def partner_id
  @partner_id
end

#sizeObject

The size (in KBytes) of the Flavor Asset



2496
2497
2498
# File 'lib/kaltura_client.rb', line 2496

def size
  @size
end

#tagsObject

Tags used to identify the Flavor Asset in various scenarios



2499
2500
2501
# File 'lib/kaltura_client.rb', line 2499

def tags
  @tags
end

#updated_atObject

Returns the value of attribute updated_at.



2504
2505
2506
# File 'lib/kaltura_client.rb', line 2504

def updated_at
  @updated_at
end

#versionObject

The version of the Flavor Asset



2493
2494
2495
# File 'lib/kaltura_client.rb', line 2493

def version
  @version
end