class Kaltura::KalturaAccessControlPreviewAction

Attributes

limit[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaRuleAction#from_xml
# File lib/kaltura_types.rb, line 10785
def from_xml(xml_element)
        super
        if xml_element.elements['limit'] != nil
                self.limit = xml_element.elements['limit'].text
        end
end
limit=(val) click to toggle source
# File lib/kaltura_types.rb, line 10781
def limit=(val)
        @limit = val.to_i
end