Class: Cyclid::UI::Views::Job
- Defined in:
- app/cyclid_ui/views/job.rb
Overview
Job view
Instance Attribute Summary collapse
-
#job_id ⇒ Object
readonly
Returns the value of attribute job_id.
-
#job_url ⇒ Object
readonly
Returns the value of attribute job_url.
Attributes inherited from Layout
#api_url, #linkback_url, #organization
Method Summary
Methods inherited from Layout
#breadcrumbs, #gravatar_url, #organizations, #signup, #title, #username
Instance Attribute Details
#job_id ⇒ Object (readonly)
Returns the value of attribute job_id.
21 22 23 |
# File 'app/cyclid_ui/views/job.rb', line 21 def job_id @job_id end |
#job_url ⇒ Object (readonly)
Returns the value of attribute job_url.
21 22 23 |
# File 'app/cyclid_ui/views/job.rb', line 21 def job_url @job_url end |