Class: Harness::FakeCollector::Increment
- Inherits:
-
Struct
- Object
- Struct
- Harness::FakeCollector::Increment
- 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
3 4 5 |
# File 'lib/harness/fake_collector.rb', line 3 def amount @amount end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/harness/fake_collector.rb', line 3 def name @name end |
#rate ⇒ Object
Returns the value of attribute rate
3 4 5 |
# File 'lib/harness/fake_collector.rb', line 3 def rate @rate end |