Module: PaloAlto

Extended by:
DSL
Includes:
DSL
Defined in:
lib/palo_alto.rb,
lib/palo_alto/op.rb,
lib/palo_alto/log.rb,
lib/palo_alto/config.rb,
lib/palo_alto/version.rb

Defined Under Namespace

Modules: DSL, Helpers Classes: BadRequestException, BadXpathException, ConnectionErrorException, Expression, ForbiddenException, InternalErrorException, InvalidCommandException, InvalidObjectException, Literal, MalformedCommandException, ObjectNotFoundException, ObjectNotPresentException, ObjectNotUniqueException, OperationDeniedException, OperationNotPossibleException, PermanentException, ReferenceCountNotZeroException, Renderer, SessionTimedOutException, SuccessException, TemporaryException, UnauthorizedException, Union, UnknownCommandException, UnknownErrorException, XML

Constant Summary collapse

VERSION =
'0.5.1'

Constants included from DSL

DSL::AXES, DSL::LOWERCASE_LETTERS, DSL::METHODS, DSL::OPERATORS, DSL::UPPERCASE_LETTERS

Class Method Summary collapse

Methods included from DSL

anywhere, axis, binary_operator, child, contains_word, css, current, descendant, ends_with, function, is, last, lowercase, method, next_sibling, one_of, parenthesis, position, previous_sibling, qname, relative, root, text, union, uppercase, where, xpath_attr

Class Method Details

.generate {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (PaloAlto)

    the object that the method was called on



158
159
160
# File 'lib/palo_alto/config.rb', line 158

def self.generate
yield(self)
end