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
11 12 13 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 11 def flags @flags end |
#flags_after_libraries ⇒ Object
Returns the value of attribute flags_after_libraries
11 12 13 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 11 def flags_after_libraries @flags_after_libraries end |
#flags_before_libraries ⇒ Object
Returns the value of attribute flags_before_libraries
11 12 13 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 11 def flags_before_libraries @flags_before_libraries end |
#libraries ⇒ Object
Returns the value of attribute libraries
11 12 13 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 11 def libraries @libraries end |
#library_paths ⇒ Object
Returns the value of attribute library_paths
11 12 13 |
# File 'ext/enterprise_script_service/mruby/lib/mruby/gem.rb', line 11 def library_paths @library_paths end |