Class: Lara::Models::MemoryExport

Inherits:
Base
  • Object
show all
Defined in:
lib/lara/models/memories.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Base

parse_time

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_idObject (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