Class: Relaton::Un::Wasm::Global

Inherits:
Struct
  • Object
show all
Defined in:
lib/relaton/un/wasm/module.rb

Instance Attribute Summary collapse

Instance Attribute Details

#init_exprObject

Returns the value of attribute init_expr

Returns:

  • (Object)

    the current value of init_expr



9
10
11
# File 'lib/relaton/un/wasm/module.rb', line 9

def init_expr
  @init_expr
end

#mutableObject

Returns the value of attribute mutable

Returns:

  • (Object)

    the current value of mutable



9
10
11
# File 'lib/relaton/un/wasm/module.rb', line 9

def mutable
  @mutable
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/relaton/un/wasm/module.rb', line 9

def type
  @type
end