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.
Method Summary
Methods inherited from Struct
#_inspect, #dig, #each, #each_pair, #inspect, #select
Instance Attribute Details
#executable ⇒ Object
Returns the value of attribute executable
55 56 57 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 55 def executable @executable end |
#library ⇒ Object
Returns the value of attribute library
55 56 57 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 55 def library @library end |
#object ⇒ Object
Returns the value of attribute object
55 56 57 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 55 def object @object end |