Class: Ocak::Commands::Hiz::HizState

Inherits:
Struct
  • Object
show all
Defined in:
lib/ocak/commands/hiz.rb

Instance Attribute Summary collapse

Instance Attribute Details

#issuesObject

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



32
33
34
# File 'lib/ocak/commands/hiz.rb', line 32

def issues
  @issues
end

#review_resultsObject

Returns the value of attribute review_results

Returns:

  • (Object)

    the current value of review_results



32
33
34
# File 'lib/ocak/commands/hiz.rb', line 32

def review_results
  @review_results
end

#steps_runObject

Returns the value of attribute steps_run

Returns:

  • (Object)

    the current value of steps_run



32
33
34
# File 'lib/ocak/commands/hiz.rb', line 32

def steps_run
  @steps_run
end

#total_costObject

Returns the value of attribute total_cost

Returns:

  • (Object)

    the current value of total_cost



32
33
34
# File 'lib/ocak/commands/hiz.rb', line 32

def total_cost
  @total_cost
end