Class: Relaton::Un::Wasm::Element
- Inherits:
-
Struct
- Object
- Struct
- Relaton::Un::Wasm::Element
- Defined in:
- lib/relaton/un/wasm/module.rb
Instance Attribute Summary collapse
-
#func_indices ⇒ Object
Returns the value of attribute func_indices.
-
#offset_expr ⇒ Object
Returns the value of attribute offset_expr.
-
#table_idx ⇒ Object
Returns the value of attribute table_idx.
Instance Attribute Details
#func_indices ⇒ Object
Returns the value of attribute func_indices
10 11 12 |
# File 'lib/relaton/un/wasm/module.rb', line 10 def func_indices @func_indices end |
#offset_expr ⇒ Object
Returns the value of attribute offset_expr
10 11 12 |
# File 'lib/relaton/un/wasm/module.rb', line 10 def offset_expr @offset_expr end |
#table_idx ⇒ Object
Returns the value of attribute table_idx
10 11 12 |
# File 'lib/relaton/un/wasm/module.rb', line 10 def table_idx @table_idx end |