Class: Harness::FakeCollector::Decrement
- Inherits:
-
Struct
- Object
- Struct
- Harness::FakeCollector::Decrement
- Defined in:
- lib/harness/fake_collector.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rate ⇒ Object
Returns the value of attribute rate.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
4 5 6 |
# File 'lib/harness/fake_collector.rb', line 4 def amount @amount end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/harness/fake_collector.rb', line 4 def name @name end |
#rate ⇒ Object
Returns the value of attribute rate
4 5 6 |
# File 'lib/harness/fake_collector.rb', line 4 def rate @rate end |