Class: Kaltura::FlavorAsset

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bitrateObject

Returns the value of attribute bitrate.



462
463
464
# File 'lib/kaltura/kaltura_client.rb', line 462

def bitrate
  @bitrate
end

#container_formatObject

Returns the value of attribute container_format.



469
470
471
# File 'lib/kaltura/kaltura_client.rb', line 469

def container_format
  @container_format
end

#created_atObject

Returns the value of attribute created_at.



471
472
473
# File 'lib/kaltura/kaltura_client.rb', line 471

def created_at
  @created_at
end

#deleted_atObject

Returns the value of attribute deleted_at.



473
474
475
# File 'lib/kaltura/kaltura_client.rb', line 473

def deleted_at
  @deleted_at
end

#descriptionObject

Returns the value of attribute description.



474
475
476
# File 'lib/kaltura/kaltura_client.rb', line 474

def description
  @description
end

#entry_idObject

Returns the value of attribute entry_id.



455
456
457
# File 'lib/kaltura/kaltura_client.rb', line 455

def entry_id
  @entry_id
end

#file_extObject

Returns the value of attribute file_ext.



468
469
470
# File 'lib/kaltura/kaltura_client.rb', line 468

def file_ext
  @file_ext
end

#flavor_params_idObject

Returns the value of attribute flavor_params_id.



458
459
460
# File 'lib/kaltura/kaltura_client.rb', line 458

def flavor_params_id
  @flavor_params_id
end

#frame_rateObject

Returns the value of attribute frame_rate.



463
464
465
# File 'lib/kaltura/kaltura_client.rb', line 463

def frame_rate
  @frame_rate
end

#heightObject

Returns the value of attribute height.



461
462
463
# File 'lib/kaltura/kaltura_client.rb', line 461

def height
  @height
end

#idObject

Returns the value of attribute id.



454
455
456
# File 'lib/kaltura/kaltura_client.rb', line 454

def id
  @id
end

#is_originalObject

Returns the value of attribute is_original.



465
466
467
# File 'lib/kaltura/kaltura_client.rb', line 465

def is_original
  @is_original
end

#is_webObject

Returns the value of attribute is_web.



467
468
469
# File 'lib/kaltura/kaltura_client.rb', line 467

def is_web
  @is_web
end

#partner_idObject

Returns the value of attribute partner_id.



456
457
458
# File 'lib/kaltura/kaltura_client.rb', line 456

def partner_id
  @partner_id
end

#sizeObject

Returns the value of attribute size.



464
465
466
# File 'lib/kaltura/kaltura_client.rb', line 464

def size
  @size
end

#statusObject

Returns the value of attribute status.



457
458
459
# File 'lib/kaltura/kaltura_client.rb', line 457

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



466
467
468
# File 'lib/kaltura/kaltura_client.rb', line 466

def tags
  @tags
end

#updated_atObject

Returns the value of attribute updated_at.



472
473
474
# File 'lib/kaltura/kaltura_client.rb', line 472

def updated_at
  @updated_at
end

#versionObject

Returns the value of attribute version.



459
460
461
# File 'lib/kaltura/kaltura_client.rb', line 459

def version
  @version
end

#video_codec_idObject

Returns the value of attribute video_codec_id.



470
471
472
# File 'lib/kaltura/kaltura_client.rb', line 470

def video_codec_id
  @video_codec_id
end

#widthObject

Returns the value of attribute width.



460
461
462
# File 'lib/kaltura/kaltura_client.rb', line 460

def width
  @width
end