Class: Phronomy::Agent::ContextImporter::ImportedContext
- Inherits:
-
Data
- Object
- Data
- Phronomy::Agent::ContextImporter::ImportedContext
- Defined in:
- lib/phronomy/agent/context_importer.rb
Instance Attribute Summary collapse
-
#records ⇒ Object
readonly
Returns the value of attribute records.
Instance Method Summary collapse
-
#initialize(records:) ⇒ ImportedContext
constructor
A new instance of ImportedContext.
Constructor Details
#initialize(records:) ⇒ ImportedContext
Returns a new instance of ImportedContext.
19 20 21 22 |
# File 'lib/phronomy/agent/context_importer.rb', line 19 def initialize(records:) super(records: records.freeze) freeze end |
Instance Attribute Details
#records ⇒ Object (readonly)
Returns the value of attribute records
18 19 20 |
# File 'lib/phronomy/agent/context_importer.rb', line 18 def records @records end |