Class: Pdfrb::Arlington::Predicate::AST::UnaryOp

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/arlington/predicate/ast.rb

Overview

!

Instance Attribute Summary collapse

Instance Attribute Details

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



15
16
17
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 15

def op
  @op
end

#operandObject

Returns the value of attribute operand

Returns:

  • (Object)

    the current value of operand



15
16
17
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 15

def operand
  @operand
end