Class: RSpec::ProgressTable::Server::Progress
- Inherits:
-
Struct
- Object
- Struct
- RSpec::ProgressTable::Server::Progress
- Defined in:
- lib/rspec/progress_table/server.rb
Instance Attribute Summary collapse
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#pending ⇒ Object
Returns the value of attribute pending.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#failed ⇒ Object
Returns the value of attribute failed
8 9 10 |
# File 'lib/rspec/progress_table/server.rb', line 8 def failed @failed end |
#passed ⇒ Object
Returns the value of attribute passed
8 9 10 |
# File 'lib/rspec/progress_table/server.rb', line 8 def passed @passed end |
#pending ⇒ Object
Returns the value of attribute pending
8 9 10 |
# File 'lib/rspec/progress_table/server.rb', line 8 def pending @pending end |
#pid ⇒ Object
Returns the value of attribute pid
8 9 10 |
# File 'lib/rspec/progress_table/server.rb', line 8 def pid @pid end |
#total ⇒ Object
Returns the value of attribute total
8 9 10 |
# File 'lib/rspec/progress_table/server.rb', line 8 def total @total end |