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