Class: Pdfrb::Arlington::Predicate::AST::ArrayLit
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Arlington::Predicate::AST::ArrayLit
- Defined in:
- lib/pdfrb/arlington/predicate/ast.rb
Overview
[a, b, c]
Instance Attribute Summary collapse
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#values ⇒ Object
Returns the value of attribute values
13 14 15 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 13 def values @values end |