class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PdfSummaryReport::Entry::Header
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 130975 def _section :'header' end
caption()
click to toggle source
Caption for the layout
# File lib/palo_alto/config.rb, line 130984 def caption prop_get('caption') end
caption=(val)
click to toggle source
Caption for the layout
# File lib/palo_alto/config.rb, line 130988 def caption=(val) prop_set('caption', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 130972 def has_multiple_values? false end