Class: Rcodetools::XMPFilter::RuntimeData
- Inherits:
-
Struct
- Object
- Struct
- Rcodetools::XMPFilter::RuntimeData
- Defined in:
- lib/rcodetools/xmpfilter.rb
Instance Attribute Summary collapse
-
#bindings ⇒ Object
Returns the value of attribute bindings.
-
#exceptions ⇒ Object
Returns the value of attribute exceptions.
-
#results ⇒ Object
Returns the value of attribute results.
Instance Attribute Details
#bindings ⇒ Object
Returns the value of attribute bindings
25 26 27 |
# File 'lib/rcodetools/xmpfilter.rb', line 25 def bindings @bindings end |
#exceptions ⇒ Object
Returns the value of attribute exceptions
25 26 27 |
# File 'lib/rcodetools/xmpfilter.rb', line 25 def exceptions @exceptions end |
#results ⇒ Object
Returns the value of attribute results
25 26 27 |
# File 'lib/rcodetools/xmpfilter.rb', line 25 def results @results end |