Class: Tcepsni::Vendor::Rails::Paths::Root
- Inherits:
-
Object
- Object
- Tcepsni::Vendor::Rails::Paths::Root
- Defined in:
- lib/tcepsni.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#memory_reference ⇒ Object
readonly
Returns the value of attribute memory_reference.
Instance Method Summary collapse
-
#initialize(memory_reference, attributes) ⇒ Root
constructor
A new instance of Root.
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
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
248 249 250 |
# File 'lib/tcepsni.rb', line 248 def attributes @attributes end |
#memory_reference ⇒ Object (readonly)
Returns the value of attribute memory_reference.
248 249 250 |
# File 'lib/tcepsni.rb', line 248 def memory_reference @memory_reference end |