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.



2118
2119
2120
# File 'lib/kaltura_client.rb', line 2118

def data
  @data
end

#headerObject

Returns the value of attribute header.



2117
2118
2119
# File 'lib/kaltura_client.rb', line 2117

def header
  @header
end

#total_countObject

Returns the value of attribute total_count.



2119
2120
2121
# File 'lib/kaltura_client.rb', line 2119

def total_count
  @total_count
end