Class: Kaltura::KalturaSystemPartnerOveragedLimit

Inherits:
KalturaSystemPartnerLimit show all
Defined in:
lib/kaltura_plugins/kaltura_system_partner_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaSystemPartnerLimit

#max, #type

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#overage_priceObject

Returns the value of attribute overage_price.



469
470
471
# File 'lib/kaltura_plugins/kaltura_system_partner_client_plugin.rb', line 469

def overage_price
  @overage_price
end

#overage_unitObject

Returns the value of attribute overage_unit.



470
471
472
# File 'lib/kaltura_plugins/kaltura_system_partner_client_plugin.rb', line 470

def overage_unit
  @overage_unit
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



479
480
481
482
483
# File 'lib/kaltura_plugins/kaltura_system_partner_client_plugin.rb', line 479

def from_xml(xml_element)
	super
	self.overage_price = xml_element.elements['overagePrice'].text
	self.overage_unit = xml_element.elements['overageUnit'].text
end