Class: Kaltura::ReportTable
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::ReportTable
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
848 849 850 |
# File 'lib/kaltura/kaltura_client.rb', line 848 def data @data end |
#header ⇒ Object
Returns the value of attribute header.
847 848 849 |
# File 'lib/kaltura/kaltura_client.rb', line 847 def header @header end |
#total_count ⇒ Object
Returns the value of attribute total_count.
849 850 851 |
# File 'lib/kaltura/kaltura_client.rb', line 849 def total_count @total_count end |