class Kaltura::KalturaTimeRangeVendorCredit

Attributes

to_date[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaVendorCredit#from_xml
# File lib/kaltura_plugins/kaltura_reach_client_plugin.rb, line 1388
def from_xml(xml_element)
        super
        if xml_element.elements['toDate'] != nil
                self.to_date = xml_element.elements['toDate'].text
        end
end
to_date=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_reach_client_plugin.rb, line 1384
def to_date=(val)
        @to_date = val.to_i
end