class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PdfSummaryReport::Entry::Footer

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 130999
def _section
        :'footer'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 130996
def has_multiple_values?
        false
end
note() click to toggle source

static string to be printed as a note

# File lib/palo_alto/config.rb, line 131008
def note
        prop_get('note')
end
note=(val) click to toggle source

static string to be printed as a note

# File lib/palo_alto/config.rb, line 131012
def note=(val)
        prop_set('note', val)
end