Class: Lara::Models::GlossaryExport
- Defined in:
- lib/lara/models/glossaries.rb
Instance Attribute Summary collapse
-
#job_id ⇒ Object
readonly
Returns the value of attribute job_id.
Instance Method Summary collapse
-
#initialize(job_id:, **_kwargs) ⇒ GlossaryExport
constructor
A new instance of GlossaryExport.
Methods inherited from Base
Constructor Details
#initialize(job_id:, **_kwargs) ⇒ GlossaryExport
Returns a new instance of GlossaryExport.
50 51 52 53 |
# File 'lib/lara/models/glossaries.rb', line 50 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.
48 49 50 |
# File 'lib/lara/models/glossaries.rb', line 48 def job_id @job_id end |