class PaloAlto::XML::Config::Predefined::Motd
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 1172 def _section :'motd' end
entry()
click to toggle source
# File lib/palo_alto/config.rb, line 1212 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 1169 def has_multiple_values? true end