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.
5266 5267 5268 |
# File 'lib/kaltura_client.rb', line 5266 def data @data end |
#header ⇒ Object
Returns the value of attribute header.
5265 5266 5267 |
# File 'lib/kaltura_client.rb', line 5265 def header @header end |
#total_count ⇒ Object
Returns the value of attribute total_count.
5267 5268 5269 |
# File 'lib/kaltura_client.rb', line 5267 def total_count @total_count end |