class PaloAlto::Expression
Attributes
arguments[RW]
expression[RW]
Public Class Methods
new(expression, *arguments)
click to toggle source
# File lib/palo_alto/config.rb, line 365 def initialize(expression, *arguments) @expression = expression @arguments = arguments end
Public Instance Methods
current()
click to toggle source
# File lib/palo_alto/config.rb, line 370 def current self end
to_xpath(type = nil)
click to toggle source
# File lib/palo_alto/config.rb, line 374 def to_xpath(type = nil) Renderer.render(self, type) end