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