Class: Mxrb::Runtime::Native::ObjectValue
- Inherits:
-
Data
- Object
- Data
- Mxrb::Runtime::Native::ObjectValue
- 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
-
#entity ⇒ Object
readonly
Returns the value of attribute entity.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#members ⇒ Object
readonly
Returns the value of attribute members.
Instance Attribute Details
#entity ⇒ Object (readonly)
Returns the value of attribute entity
11 12 13 |
# File 'lib/mxrb/runtime/native.rb', line 11 def entity @entity end |
#id ⇒ Object (readonly)
Returns the value of attribute id
11 12 13 |
# File 'lib/mxrb/runtime/native.rb', line 11 def id @id end |
#members ⇒ Object (readonly)
Returns the value of attribute members
11 12 13 |
# File 'lib/mxrb/runtime/native.rb', line 11 def members @members end |