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
5
# File 'lib/aptible/resource/null_retry_coordinator.rb', line 4

def initialize(_)
end

Instance Method Details

#retry?(_, _) ⇒ Boolean

Returns:



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

def retry?(_, _)
  false
end