Class: Tcepsni::Vendor::Rails::Paths::Root

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(memory_reference, attributes) ⇒ Root

Returns a new instance of Root.



250
251
252
253
# File 'lib/tcepsni.rb', line 250

def initialize(memory_reference, attributes)
  @memory_reference = memory_reference
  @attributes = attributes
end

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes.



248
249
250
# File 'lib/tcepsni.rb', line 248

def attributes
  @attributes
end

#memory_referenceObject (readonly)

Returns the value of attribute memory_reference.



248
249
250
# File 'lib/tcepsni.rb', line 248

def memory_reference
  @memory_reference
end