Class: Aptible::Resource::NullRetryCoordinator

Inherits:
Object
  • Object
show all
Defined in:
lib/aptible/resource/null_retry_coordinator.rb

Instance Method Summary collapse

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

Returns:



6
7
8
# File 'lib/aptible/resource/null_retry_coordinator.rb', line 6

def retry?(___, ____)
  false
end