Class: Lara::Models::MemoryExport
- Defined in:
- lib/lara/models/memories.rb
Instance Attribute Summary collapse
-
#job_id ⇒ Object
readonly
Returns the value of attribute job_id.
Instance Method Summary collapse
-
#initialize(job_id:, **_kwargs) ⇒ MemoryExport
constructor
A new instance of MemoryExport.
Methods inherited from Base
Constructor Details
#initialize(job_id:, **_kwargs) ⇒ MemoryExport
Returns a new instance of MemoryExport.
45 46 47 48 |
# File 'lib/lara/models/memories.rb', line 45 def initialize(job_id:, **_kwargs) super() @job_id = job_id end |
Instance Attribute Details
#job_id ⇒ Object (readonly)
Returns the value of attribute job_id.
43 44 45 |
# File 'lib/lara/models/memories.rb', line 43 def job_id @job_id end |