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.
51 52 53 54 |
# File 'lib/lara/models/glossaries.rb', line 51 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.
49 50 51 |
# File 'lib/lara/models/glossaries.rb', line 49 def job_id @job_id end |