Class: Tcepsni::Object

Inherits:
Object
  • Object
show all
Defined in:
lib/tcepsni.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#attributesObject (readonly)

Returns the value of attribute attributes.



21
22
23
# File 'lib/tcepsni.rb', line 21

def attributes
  @attributes
end

#klassObject (readonly)

Returns the value of attribute klass.



21
22
23
# File 'lib/tcepsni.rb', line 21

def klass
  @klass
end

#memory_referenceObject (readonly)

Returns the value of attribute memory_reference.



21
22
23
# File 'lib/tcepsni.rb', line 21

def memory_reference
  @memory_reference
end