Class: MRuby::Build::Exts
- Defined in:
- ext/enterprise_script_service/mruby/lib/mruby/build.rb
Instance Attribute Summary collapse
-
#executable ⇒ Object
Returns the value of attribute executable.
-
#library ⇒ Object
Returns the value of attribute library.
-
#object ⇒ Object
Returns the value of attribute object.
-
#presym_preprocessed ⇒ Object
Returns the value of attribute presym_preprocessed.
Method Summary
Methods inherited from Struct
#_inspect, #dig, #each, #each_pair, #inspect, #select
Instance Attribute Details
#executable ⇒ Object
Returns the value of attribute executable
83 84 85 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 83 def executable @executable end |
#library ⇒ Object
Returns the value of attribute library
83 84 85 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 83 def library @library end |
#object ⇒ Object
Returns the value of attribute object
83 84 85 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 83 def object @object end |
#presym_preprocessed ⇒ Object
Returns the value of attribute presym_preprocessed
83 84 85 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 83 def presym_preprocessed @presym_preprocessed end |