Class: Aptible::Resource::NullRetryCoordinator
- Inherits:
-
Object
- Object
- Aptible::Resource::NullRetryCoordinator
- Defined in:
- lib/aptible/resource/null_retry_coordinator.rb
Instance Method Summary collapse
-
#initialize(___) ⇒ NullRetryCoordinator
constructor
A new instance of NullRetryCoordinator.
- #retry?(___, ____) ⇒ Boolean
Constructor Details
#initialize(___) ⇒ NullRetryCoordinator
Returns a new instance of NullRetryCoordinator.
4 |
# File 'lib/aptible/resource/null_retry_coordinator.rb', line 4 def initialize(___); end |
Instance Method Details
#retry?(___, ____) ⇒ Boolean
6 7 8 |
# File 'lib/aptible/resource/null_retry_coordinator.rb', line 6 def retry?(___, ____) false end |