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
32 33 34 |
# File 'lib/ocak/commands/hiz.rb', line 32 def issues @issues end |
#review_results ⇒ Object
Returns the value of attribute review_results
32 33 34 |
# File 'lib/ocak/commands/hiz.rb', line 32 def review_results @review_results end |
#steps_run ⇒ Object
Returns the value of attribute steps_run
32 33 34 |
# File 'lib/ocak/commands/hiz.rb', line 32 def steps_run @steps_run end |
#total_cost ⇒ Object
Returns the value of attribute total_cost
32 33 34 |
# File 'lib/ocak/commands/hiz.rb', line 32 def total_cost @total_cost end |