Class: Mxrb::Runtime::Native::ObjectValue

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/runtime/native.rb

Overview

Graph interpretation intentionally keeps semantic dispatch together. rubocop:disable Metrics/AbcSize, Metrics/ClassLength, Metrics/CyclomaticComplexity rubocop:disable Metrics/MethodLength, Metrics/PerceivedComplexity

Instance Attribute Summary collapse

Instance Attribute Details

#entityObject (readonly)

Returns the value of attribute entity

Returns:

  • (Object)

    the current value of entity



11
12
13
# File 'lib/mxrb/runtime/native.rb', line 11

def entity
  @entity
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/mxrb/runtime/native.rb', line 11

def id
  @id
end

#membersObject (readonly)

Returns the value of attribute members

Returns:

  • (Object)

    the current value of members



11
12
13
# File 'lib/mxrb/runtime/native.rb', line 11

def members
  @members
end