Class: Kaltura::KalturaNotificationJobData

Inherits:
KalturaJobData 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

#dataObject

Returns the value of attribute data.



7731
7732
7733
# File 'lib/kaltura_client.rb', line 7731

def data
  @data
end

#notification_resultObject

Returns the value of attribute notification_result.



7733
7734
7735
# File 'lib/kaltura_client.rb', line 7733

def notification_result
  @notification_result
end

#number_of_attemptsObject

Returns the value of attribute number_of_attempts.



7732
7733
7734
# File 'lib/kaltura_client.rb', line 7732

def number_of_attempts
  @number_of_attempts
end

#obj_typeObject

Returns the value of attribute obj_type.



7734
7735
7736
# File 'lib/kaltura_client.rb', line 7734

def obj_type
  @obj_type
end

#object_idObject

Returns the value of attribute object_id.



7729
7730
7731
# File 'lib/kaltura_client.rb', line 7729

def object_id
  @object_id
end

#statusObject

Returns the value of attribute status.



7730
7731
7732
# File 'lib/kaltura_client.rb', line 7730

def status
  @status
end

#typeObject

Returns the value of attribute type.



7727
7728
7729
# File 'lib/kaltura_client.rb', line 7727

def type
  @type
end

#type_as_stringObject

Returns the value of attribute type_as_string.



7728
7729
7730
# File 'lib/kaltura_client.rb', line 7728

def type_as_string
  @type_as_string
end

#user_idObject

Returns the value of attribute user_id.



7726
7727
7728
# File 'lib/kaltura_client.rb', line 7726

def user_id
  @user_id
end