Class: Kaltura::KalturaReportTable

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

#dataObject

Returns the value of attribute data.



5266
5267
5268
# File 'lib/kaltura_client.rb', line 5266

def data
  @data
end

#headerObject

Returns the value of attribute header.



5265
5266
5267
# File 'lib/kaltura_client.rb', line 5265

def header
  @header
end

#total_countObject

Returns the value of attribute total_count.



5267
5268
5269
# File 'lib/kaltura_client.rb', line 5267

def total_count
  @total_count
end