class PaloAlto::XML::Config::Shared::PdfSummaryReport::Entry::PredefinedWidget::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 40635 def _section :'entry' end
chart_type()
click to toggle source
# File lib/palo_alto/config.rb, line 40667 def chart_type prop_get('chart-type') end
chart_type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 40670 def chart_type=(val) prop_set('chart-type', val) end
column()
click to toggle source
# File lib/palo_alto/config.rb, line 40679 def column prop_get('column') end
column=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 40682 def column=(val) prop_set('column', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 40632 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 40664 def name prop_get('@name') end
row()
click to toggle source
# File lib/palo_alto/config.rb, line 40673 def row prop_get('row') end
row=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 40676 def row=(val) prop_set('row', val) end