Class: Kaltura::KalturaPartnerUsage
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaPartnerUsage
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#hosting_gb ⇒ Object
Returns the value of attribute hosting_gb.
2011 2012 2013 |
# File 'lib/kaltura_client.rb', line 2011 def hosting_gb @hosting_gb end |
#package_bw ⇒ Object
Returns the value of attribute package_bw.
2013 2014 2015 |
# File 'lib/kaltura_client.rb', line 2013 def package_bw @package_bw end |
#percent ⇒ Object
Returns the value of attribute percent.
2012 2013 2014 |
# File 'lib/kaltura_client.rb', line 2012 def percent @percent end |
#reached_limit_date ⇒ Object
Returns the value of attribute reached_limit_date.
2015 2016 2017 |
# File 'lib/kaltura_client.rb', line 2015 def reached_limit_date @reached_limit_date end |
#usage_gb ⇒ Object
Returns the value of attribute usage_gb.
2014 2015 2016 |
# File 'lib/kaltura_client.rb', line 2014 def usage_gb @usage_gb end |
#usage_graph ⇒ Object
Returns the value of attribute usage_graph.
2016 2017 2018 |
# File 'lib/kaltura_client.rb', line 2016 def usage_graph @usage_graph end |