Class: MRuby::Gem::LinkerConfig

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

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

Instance Attribute Details

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags


10
11
12
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 10

def flags
  @flags
end

#flags_after_librariesObject

Returns the value of attribute flags_after_libraries

Returns:

  • (Object)

    the current value of flags_after_libraries


10
11
12
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 10

def flags_after_libraries
  @flags_after_libraries
end

#flags_before_librariesObject

Returns the value of attribute flags_before_libraries

Returns:

  • (Object)

    the current value of flags_before_libraries


10
11
12
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 10

def flags_before_libraries
  @flags_before_libraries
end

#librariesObject

Returns the value of attribute libraries

Returns:

  • (Object)

    the current value of libraries


10
11
12
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 10

def libraries
  @libraries
end

#library_pathsObject

Returns the value of attribute library_paths

Returns:

  • (Object)

    the current value of library_paths


10
11
12
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 10

def library_paths
  @library_paths
end