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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 40580
def _section
        :'header'
end
caption() click to toggle source

Caption for the layout

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

Caption for the layout

# File lib/palo_alto/config.rb, line 40593
def caption=(val)
        prop_set('caption', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 40577
def has_multiple_values?
        false
end