Class: Pdfrb::Arlington::Predicate::AST::ArrayLit

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

Overview

[a, b, c]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



13
14
15
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 13

def values
  @values
end