Class: Relaton::Un::Wasm::TableType
- Inherits:
-
Struct
- Object
- Struct
- Relaton::Un::Wasm::TableType
- Defined in:
- lib/relaton/un/wasm/module.rb
Instance Attribute Summary collapse
-
#elem_type ⇒ Object
Returns the value of attribute elem_type.
-
#initial ⇒ Object
Returns the value of attribute initial.
-
#max ⇒ Object
Returns the value of attribute max.
Instance Attribute Details
#elem_type ⇒ Object
Returns the value of attribute elem_type
15 16 17 |
# File 'lib/relaton/un/wasm/module.rb', line 15 def elem_type @elem_type end |
#initial ⇒ Object
Returns the value of attribute initial
15 16 17 |
# File 'lib/relaton/un/wasm/module.rb', line 15 def initial @initial end |
#max ⇒ Object
Returns the value of attribute max
15 16 17 |
# File 'lib/relaton/un/wasm/module.rb', line 15 def max @max end |