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.
741 742 743 |
# File 'lib/kaltura/kaltura_client.rb', line 741 def hosting_gb @hosting_gb end |
#package_bw ⇒ Object
Returns the value of attribute package_bw.
743 744 745 |
# File 'lib/kaltura/kaltura_client.rb', line 743 def package_bw @package_bw end |
#percent ⇒ Object
Returns the value of attribute percent.
742 743 744 |
# File 'lib/kaltura/kaltura_client.rb', line 742 def percent @percent end |
#reached_limit_date ⇒ Object
Returns the value of attribute reached_limit_date.
745 746 747 |
# File 'lib/kaltura/kaltura_client.rb', line 745 def reached_limit_date @reached_limit_date end |
#usage_gb ⇒ Object
Returns the value of attribute usage_gb.
744 745 746 |
# File 'lib/kaltura/kaltura_client.rb', line 744 def usage_gb @usage_gb end |
#usage_graph ⇒ Object
Returns the value of attribute usage_graph.
746 747 748 |
# File 'lib/kaltura/kaltura_client.rb', line 746 def usage_graph @usage_graph end |