Method: FRM::Base#initialize
- Defined in:
- lib/frm/base.rb
#initialize ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/frm/base.rb', line 3 def initialize @retries = 3 end |
Returns a new instance of Base.
3 4 5 |
# File 'lib/frm/base.rb', line 3 def initialize @retries = 3 end |