Class: Relaton::Un::Wasm::Import
- Inherits:
-
Struct
- Object
- Struct
- Relaton::Un::Wasm::Import
- Defined in:
- lib/relaton/un/wasm/module.rb
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#field ⇒ Object
Returns the value of attribute field.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#mod ⇒ Object
Returns the value of attribute mod.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc
7 8 9 |
# File 'lib/relaton/un/wasm/module.rb', line 7 def desc @desc end |
#field ⇒ Object
Returns the value of attribute field
7 8 9 |
# File 'lib/relaton/un/wasm/module.rb', line 7 def field @field end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/relaton/un/wasm/module.rb', line 7 def kind @kind end |
#mod ⇒ Object
Returns the value of attribute mod
7 8 9 |
# File 'lib/relaton/un/wasm/module.rb', line 7 def mod @mod end |