Class: Kaltura::KalturaReportTable
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaReportTable
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#header ⇒ Object
Returns the value of attribute header.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
2118 2119 2120 |
# File 'lib/kaltura_client.rb', line 2118 def data @data end |
#header ⇒ Object
Returns the value of attribute header.
2117 2118 2119 |
# File 'lib/kaltura_client.rb', line 2117 def header @header end |
#total_count ⇒ Object
Returns the value of attribute total_count.
2119 2120 2121 |
# File 'lib/kaltura_client.rb', line 2119 def total_count @total_count end |