Class: Kaltura::ReportTable

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

#dataObject

Returns the value of attribute data.



805
806
807
# File 'lib/kaltura/kaltura_client.rb', line 805

def data
  @data
end

#headerObject

Returns the value of attribute header.



804
805
806
# File 'lib/kaltura/kaltura_client.rb', line 804

def header
  @header
end

#total_countObject

Returns the value of attribute total_count.



806
807
808
# File 'lib/kaltura/kaltura_client.rb', line 806

def total_count
  @total_count
end