Class: Kaltura::FlavorAsset
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::FlavorAsset
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#bitrate ⇒ Object
Returns the value of attribute bitrate.
-
#container_format ⇒ Object
Returns the value of attribute container_format.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#deleted_at ⇒ Object
Returns the value of attribute deleted_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#file_ext ⇒ Object
Returns the value of attribute file_ext.
-
#flavor_params_id ⇒ Object
Returns the value of attribute flavor_params_id.
-
#frame_rate ⇒ Object
Returns the value of attribute frame_rate.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_original ⇒ Object
Returns the value of attribute is_original.
-
#is_web ⇒ Object
Returns the value of attribute is_web.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#size ⇒ Object
Returns the value of attribute size.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#version ⇒ Object
Returns the value of attribute version.
-
#video_codec_id ⇒ Object
Returns the value of attribute video_codec_id.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#bitrate ⇒ Object
Returns the value of attribute bitrate.
466 467 468 |
# File 'lib/kaltura/kaltura_client.rb', line 466 def bitrate @bitrate end |
#container_format ⇒ Object
Returns the value of attribute container_format.
473 474 475 |
# File 'lib/kaltura/kaltura_client.rb', line 473 def container_format @container_format end |
#created_at ⇒ Object
Returns the value of attribute created_at.
475 476 477 |
# File 'lib/kaltura/kaltura_client.rb', line 475 def created_at @created_at end |
#deleted_at ⇒ Object
Returns the value of attribute deleted_at.
477 478 479 |
# File 'lib/kaltura/kaltura_client.rb', line 477 def deleted_at @deleted_at end |
#description ⇒ Object
Returns the value of attribute description.
478 479 480 |
# File 'lib/kaltura/kaltura_client.rb', line 478 def description @description end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
459 460 461 |
# File 'lib/kaltura/kaltura_client.rb', line 459 def entry_id @entry_id end |
#file_ext ⇒ Object
Returns the value of attribute file_ext.
472 473 474 |
# File 'lib/kaltura/kaltura_client.rb', line 472 def file_ext @file_ext end |
#flavor_params_id ⇒ Object
Returns the value of attribute flavor_params_id.
462 463 464 |
# File 'lib/kaltura/kaltura_client.rb', line 462 def flavor_params_id @flavor_params_id end |
#frame_rate ⇒ Object
Returns the value of attribute frame_rate.
467 468 469 |
# File 'lib/kaltura/kaltura_client.rb', line 467 def frame_rate @frame_rate end |
#height ⇒ Object
Returns the value of attribute height.
465 466 467 |
# File 'lib/kaltura/kaltura_client.rb', line 465 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
458 459 460 |
# File 'lib/kaltura/kaltura_client.rb', line 458 def id @id end |
#is_original ⇒ Object
Returns the value of attribute is_original.
469 470 471 |
# File 'lib/kaltura/kaltura_client.rb', line 469 def is_original @is_original end |
#is_web ⇒ Object
Returns the value of attribute is_web.
471 472 473 |
# File 'lib/kaltura/kaltura_client.rb', line 471 def is_web @is_web end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
460 461 462 |
# File 'lib/kaltura/kaltura_client.rb', line 460 def partner_id @partner_id end |
#size ⇒ Object
Returns the value of attribute size.
468 469 470 |
# File 'lib/kaltura/kaltura_client.rb', line 468 def size @size end |
#status ⇒ Object
Returns the value of attribute status.
461 462 463 |
# File 'lib/kaltura/kaltura_client.rb', line 461 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
470 471 472 |
# File 'lib/kaltura/kaltura_client.rb', line 470 def @tags end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
476 477 478 |
# File 'lib/kaltura/kaltura_client.rb', line 476 def updated_at @updated_at end |
#version ⇒ Object
Returns the value of attribute version.
463 464 465 |
# File 'lib/kaltura/kaltura_client.rb', line 463 def version @version end |
#video_codec_id ⇒ Object
Returns the value of attribute video_codec_id.
474 475 476 |
# File 'lib/kaltura/kaltura_client.rb', line 474 def video_codec_id @video_codec_id end |
#width ⇒ Object
Returns the value of attribute width.
464 465 466 |
# File 'lib/kaltura/kaltura_client.rb', line 464 def width @width end |