Class: MRuby::Build::Exts

Inherits:
Struct show all
Defined in:
ext/enterprise_script_service/mruby/lib/mruby/build.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#_inspect, #dig, #each, #each_pair, #inspect, #select

Instance Attribute Details

#executableObject

Returns the value of attribute executable

Returns:

  • (Object)

    the current value of executable



83
84
85
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 83

def executable
  @executable
end

#libraryObject

Returns the value of attribute library

Returns:

  • (Object)

    the current value of library



83
84
85
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 83

def library
  @library
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



83
84
85
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 83

def object
  @object
end

#presym_preprocessedObject

Returns the value of attribute presym_preprocessed

Returns:

  • (Object)

    the current value of presym_preprocessed



83
84
85
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 83

def presym_preprocessed
  @presym_preprocessed
end