Class: Ocak::Commands::Hiz::HizState
- Inherits:
-
Struct
- Object
- Struct
- Ocak::Commands::Hiz::HizState
- Defined in:
- lib/ocak/commands/hiz.rb
Instance Attribute Summary collapse
-
#issues ⇒ Object
Returns the value of attribute issues.
-
#review_results ⇒ Object
Returns the value of attribute review_results.
-
#steps_run ⇒ Object
Returns the value of attribute steps_run.
-
#total_cost ⇒ Object
Returns the value of attribute total_cost.
Instance Attribute Details
#issues ⇒ Object
Returns the value of attribute issues
42 43 44 |
# File 'lib/ocak/commands/hiz.rb', line 42 def issues @issues end |
#review_results ⇒ Object
Returns the value of attribute review_results
42 43 44 |
# File 'lib/ocak/commands/hiz.rb', line 42 def review_results @review_results end |
#steps_run ⇒ Object
Returns the value of attribute steps_run
42 43 44 |
# File 'lib/ocak/commands/hiz.rb', line 42 def steps_run @steps_run end |
#total_cost ⇒ Object
Returns the value of attribute total_cost
42 43 44 |
# File 'lib/ocak/commands/hiz.rb', line 42 def total_cost @total_cost end |