Class: DummyLogGenerator::Config
- Inherits:
-
Object
- Object
- DummyLogGenerator::Config
- Defined in:
- lib/dummy_log_generator/dsl.rb
Instance Attribute Summary collapse
-
#rate ⇒ Object
Returns the value of attribute rate.
Instance Method Summary collapse
Instance Attribute Details
#rate ⇒ Object
Returns the value of attribute rate.
3 4 5 |
# File 'lib/dummy_log_generator/dsl.rb', line 3 def rate @rate end |
Instance Method Details
#initiaize ⇒ Object
5 6 7 |
# File 'lib/dummy_log_generator/dsl.rb', line 5 def initiaize @rate = 500 end |