Class: RSpec::ProgressTable::Server::Progress

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/progress_table/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



8
9
10
# File 'lib/rspec/progress_table/server.rb', line 8

def failed
  @failed
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



8
9
10
# File 'lib/rspec/progress_table/server.rb', line 8

def passed
  @passed
end

#pendingObject

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



8
9
10
# File 'lib/rspec/progress_table/server.rb', line 8

def pending
  @pending
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



8
9
10
# File 'lib/rspec/progress_table/server.rb', line 8

def pid
  @pid
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



8
9
10
# File 'lib/rspec/progress_table/server.rb', line 8

def total
  @total
end