Class: MRuby::Gem::LinkerConfig
- Defined in:
- ext/enterprise_script_service/mruby/lib/mruby/gem.rb
Instance Attribute Summary collapse
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#flags_after_libraries ⇒ Object
Returns the value of attribute flags_after_libraries.
-
#flags_before_libraries ⇒ Object
Returns the value of attribute flags_before_libraries.
-
#libraries ⇒ Object
Returns the value of attribute libraries.
-
#library_paths ⇒ Object
Returns the value of attribute library_paths.
Method Summary
Methods inherited from Struct
#_inspect, #dig, #each, #each_pair, #inspect, #select
Instance Attribute Details
#flags ⇒ Object
Returns the value of attribute flags
10 11 12 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 10 def flags @flags end |
#flags_after_libraries ⇒ Object
Returns the value of attribute 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_libraries ⇒ Object
Returns the value of attribute 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 |
#libraries ⇒ Object
Returns the value of attribute libraries
10 11 12 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 10 def libraries @libraries end |
#library_paths ⇒ Object
Returns the value of attribute library_paths
10 11 12 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 10 def library_paths @library_paths end |