Class: Textus::Store::Jobs::Plan
- Inherits:
-
Data
- Object
- Data
- Textus::Store::Jobs::Plan
- Defined in:
- lib/textus/store/jobs/plan.rb
Instance Attribute Summary collapse
-
#steps ⇒ Object
readonly
Returns the value of attribute steps.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#steps ⇒ Object (readonly)
Returns the value of attribute steps
4 5 6 |
# File 'lib/textus/store/jobs/plan.rb', line 4 def steps @steps end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
4 5 6 |
# File 'lib/textus/store/jobs/plan.rb', line 4 def warnings @warnings end |
Instance Method Details
#to_h ⇒ Object
5 6 7 |
# File 'lib/textus/store/jobs/plan.rb', line 5 def to_h { "steps" => steps, "warnings" => warnings } end |