Class: Julewire::Ractor::RemoteSummaryRecord
- Inherits:
-
Object
- Object
- Julewire::Ractor::RemoteSummaryRecord
- Defined in:
- lib/julewire/ractor/remote_summary_record.rb
Instance Method Summary collapse
-
#initialize(record) ⇒ RemoteSummaryRecord
constructor
A new instance of RemoteSummaryRecord.
- #owned_summary_record_input ⇒ Object
Constructor Details
#initialize(record) ⇒ RemoteSummaryRecord
Returns a new instance of RemoteSummaryRecord.
6 7 8 |
# File 'lib/julewire/ractor/remote_summary_record.rb', line 6 def initialize(record) @record = record end |
Instance Method Details
#owned_summary_record_input ⇒ Object
10 11 12 |
# File 'lib/julewire/ractor/remote_summary_record.rb', line 10 def owned_summary_record_input @owned_summary_record_input ||= Core::Fields::FieldSet.deep_symbolize_keys(@record) end |