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