class PaloAlto::XML::Config::Shared::Threats::Spyware::Entry::Signature::Combination

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 18789
def _section
        :'combination'
end
and_condition() click to toggle source
# File lib/palo_alto/config.rb, line 18927
def and_condition
        if @create_children
                @subclasses['and-condition'] ||= AndCondition.new(parent_instance: self, create_children: @create_children)
        else
                AndCondition.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 18786
def has_multiple_values?
        false
end
order_free() click to toggle source
# File lib/palo_alto/config.rb, line 18936
def order_free
        prop_get('order-free')
end
order_free=(val) click to toggle source
# File lib/palo_alto/config.rb, line 18939
def order_free=(val)
        prop_set('order-free', val)
end
time_attribute() click to toggle source
# File lib/palo_alto/config.rb, line 18831
def time_attribute
        @subclasses['time-attribute'] ||= TimeAttribute.new(parent_instance: self, create_children: @create_children)
end