Class: RubyWasm::BuildParams
- Inherits:
-
Struct
- Object
- Struct
- RubyWasm::BuildParams
- Defined in:
- lib/ruby_wasm/build/build_params.rb,
sig/ruby_wasm/build.rbs
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 Method Summary collapse
-
#initialize ⇒ BuildParams
constructor
A new instance of BuildParams.
Constructor Details
#initialize ⇒ BuildParams
Returns a new instance of BuildParams.
56 |
# File 'sig/ruby_wasm/build.rbs', line 56
def initialize: (name: string, target: Target, default_exts: string) -> void
|
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 |