Class: Rcodetools::XMPFilter::Interpreter
- Inherits:
-
Struct
- Object
- Struct
- Rcodetools::XMPFilter::Interpreter
- Defined in:
- lib/rcodetools/xmpfilter.rb
Instance Attribute Summary collapse
-
#accept_debug ⇒ Object
Returns the value of attribute accept_debug.
-
#accept_include_paths ⇒ Object
Returns the value of attribute accept_include_paths.
-
#chdir_proc ⇒ Object
Returns the value of attribute chdir_proc.
-
#execute_method ⇒ Object
Returns the value of attribute execute_method.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#accept_debug ⇒ Object
Returns the value of attribute accept_debug
35 36 37 |
# File 'lib/rcodetools/xmpfilter.rb', line 35 def accept_debug @accept_debug end |
#accept_include_paths ⇒ Object
Returns the value of attribute accept_include_paths
35 36 37 |
# File 'lib/rcodetools/xmpfilter.rb', line 35 def accept_include_paths @accept_include_paths end |
#chdir_proc ⇒ Object
Returns the value of attribute chdir_proc
35 36 37 |
# File 'lib/rcodetools/xmpfilter.rb', line 35 def chdir_proc @chdir_proc end |
#execute_method ⇒ Object
Returns the value of attribute execute_method
35 36 37 |
# File 'lib/rcodetools/xmpfilter.rb', line 35 def execute_method @execute_method end |
#options ⇒ Object
Returns the value of attribute options
35 36 37 |
# File 'lib/rcodetools/xmpfilter.rb', line 35 def @options end |