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.



848
849
850
# File 'lib/kaltura/kaltura_client.rb', line 848

def data
  @data
end

#headerObject

Returns the value of attribute header.



847
848
849
# File 'lib/kaltura/kaltura_client.rb', line 847

def header
  @header
end

#total_countObject

Returns the value of attribute total_count.



849
850
851
# File 'lib/kaltura/kaltura_client.rb', line 849

def total_count
  @total_count
end