Class: Kaltura::PartnerUsage
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::PartnerUsage
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#hosting_gb ⇒ Object
Returns the value of attribute hosting_gb.
-
#package_bw ⇒ Object
Returns the value of attribute package_bw.
-
#percent ⇒ Object
Returns the value of attribute percent.
-
#reached_limit_date ⇒ Object
Returns the value of attribute reached_limit_date.
-
#usage_gb ⇒ Object
Returns the value of attribute usage_gb.
-
#usage_graph ⇒ Object
Returns the value of attribute usage_graph.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#hosting_gb ⇒ Object
Returns the value of attribute hosting_gb.
784 785 786 |
# File 'lib/kaltura/kaltura_client.rb', line 784 def hosting_gb @hosting_gb end |
#package_bw ⇒ Object
Returns the value of attribute package_bw.
786 787 788 |
# File 'lib/kaltura/kaltura_client.rb', line 786 def package_bw @package_bw end |
#percent ⇒ Object
Returns the value of attribute percent.
785 786 787 |
# File 'lib/kaltura/kaltura_client.rb', line 785 def percent @percent end |
#reached_limit_date ⇒ Object
Returns the value of attribute reached_limit_date.
788 789 790 |
# File 'lib/kaltura/kaltura_client.rb', line 788 def reached_limit_date @reached_limit_date end |
#usage_gb ⇒ Object
Returns the value of attribute usage_gb.
787 788 789 |
# File 'lib/kaltura/kaltura_client.rb', line 787 def usage_gb @usage_gb end |
#usage_graph ⇒ Object
Returns the value of attribute usage_graph.
789 790 791 |
# File 'lib/kaltura/kaltura_client.rb', line 789 def usage_graph @usage_graph end |