Class: Tcepsni::Object
- Inherits:
-
Object
- Object
- Tcepsni::Object
- Defined in:
- lib/tcepsni.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
-
#memory_reference ⇒ Object
readonly
Returns the value of attribute memory_reference.
Instance Method Summary collapse
-
#initialize(klass:, attributes:, memory_reference:) ⇒ Object
constructor
A new instance of Object.
Constructor Details
#initialize(klass:, attributes:, memory_reference:) ⇒ Object
Returns a new instance of Object.
23 24 25 26 27 |
# File 'lib/tcepsni.rb', line 23 def initialize(klass:, attributes:, memory_reference:) @klass = klass @attributes = attributes @memory_reference = memory_reference end |
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
21 22 23 |
# File 'lib/tcepsni.rb', line 21 def attributes @attributes end |
#klass ⇒ Object (readonly)
Returns the value of attribute klass.
21 22 23 |
# File 'lib/tcepsni.rb', line 21 def klass @klass end |
#memory_reference ⇒ Object (readonly)
Returns the value of attribute memory_reference.
21 22 23 |
# File 'lib/tcepsni.rb', line 21 def memory_reference @memory_reference end |