class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::ReportGroup::Entry::All

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 130697
def _section
        :'all'
end
entry() click to toggle source
# File lib/palo_alto/config.rb, line 130743
def entry
        @subclasses['entry'] ||= Entry.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 130694
def has_multiple_values?
        true
end