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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 40712
def _section
        :'entry'
end
chart_type() click to toggle source
# File lib/palo_alto/config.rb, line 40739
def chart_type
        prop_get('chart-type')
end
chart_type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 40742
def chart_type=(val)
        prop_set('chart-type', val)
end
column() click to toggle source
# File lib/palo_alto/config.rb, line 40751
def column
        prop_get('column')
end
column=(val) click to toggle source
# File lib/palo_alto/config.rb, line 40754
def column=(val)
        prop_set('column', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 40709
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 40736
def name
        prop_get('@name')
end
row() click to toggle source
# File lib/palo_alto/config.rb, line 40745
def row
        prop_get('row')
end
row=(val) click to toggle source
# File lib/palo_alto/config.rb, line 40748
def row=(val)
        prop_set('row', val)
end