Class: BrZipCode::Config
- Inherits:
-
Object
- Object
- BrZipCode::Config
- Defined in:
- lib/br_zip_code/config.rb
Instance Attribute Summary collapse
-
#attempts ⇒ Object
Returns the value of attribute attempts.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#attempts ⇒ Object
Returns the value of attribute attempts.
3 4 5 |
# File 'lib/br_zip_code/config.rb', line 3 def attempts @attempts end |
#timeout ⇒ Object
Returns the value of attribute timeout.
3 4 5 |
# File 'lib/br_zip_code/config.rb', line 3 def timeout @timeout end |