class PaloAlto::XML::Config::Shared::PdfSummaryReport::Entry::Footer

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 40604
def _section
        :'footer'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 40601
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 40613
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 40617
def note=(val)
        prop_set('note', val)
end