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



55
56
57
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 55

def executable
  @executable
end

#libraryObject

Returns the value of attribute library

Returns:

  • (Object)

    the current value of library



55
56
57
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 55

def library
  @library
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



55
56
57
# File 'ext/enterprise_script_service/mruby/lib/mruby/build.rb', line 55

def object
  @object
end