Class: Cb::Branding::Styles::JobDetails
- Defined in:
- lib/cb/models/branding/styles/job_details.rb
Instance Attribute Summary collapse
-
#container ⇒ Object
Returns the value of attribute container.
-
#content ⇒ Object
Returns the value of attribute content.
-
#headings ⇒ Object
Returns the value of attribute headings.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ JobDetails
constructor
A new instance of JobDetails.
Methods inherited from Base
Constructor Details
Instance Attribute Details
#container ⇒ Object
Returns the value of attribute container.
6 7 8 |
# File 'lib/cb/models/branding/styles/job_details.rb', line 6 def container @container end |
#content ⇒ Object
Returns the value of attribute content.
6 7 8 |
# File 'lib/cb/models/branding/styles/job_details.rb', line 6 def content @content end |
#headings ⇒ Object
Returns the value of attribute headings.
6 7 8 |
# File 'lib/cb/models/branding/styles/job_details.rb', line 6 def headings @headings end |