Class: RubyWasm::BuildParams
- Inherits:
-
Struct
- Object
- Struct
- RubyWasm::BuildParams
- Defined in:
- lib/ruby_wasm/build/build_params.rb
Instance Attribute Summary collapse
-
#default_exts ⇒ Object
Returns the value of attribute default_exts.
-
#name ⇒ Object
Returns the value of attribute name.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#default_exts ⇒ Object
Returns the value of attribute default_exts
2 3 4 |
# File 'lib/ruby_wasm/build/build_params.rb', line 2 def default_exts @default_exts end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/ruby_wasm/build/build_params.rb', line 2 def name @name end |
#target ⇒ Object
Returns the value of attribute target
2 3 4 |
# File 'lib/ruby_wasm/build/build_params.rb', line 2 def target @target end |