Class: Rollgeist::ExecutionState::Counter

Inherits:
Struct
  • Object
show all
Defined in:
lib/rollgeist/execution_state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#reportedObject

Returns the value of attribute reported

Returns:

  • (Object)

    the current value of reported



9
10
11
# File 'lib/rollgeist/execution_state.rb', line 9

def reported
  @reported
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



9
10
11
# File 'lib/rollgeist/execution_state.rb', line 9

def started_at
  @started_at
end

#suppressedObject

Returns the value of attribute suppressed

Returns:

  • (Object)

    the current value of suppressed



9
10
11
# File 'lib/rollgeist/execution_state.rb', line 9

def suppressed
  @suppressed
end