Class: J7W1DestroyEndpointWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Worker
Defined in:
lib/generators/j7_w1/model/templates/j7_w1_destroy_endpoint_worker.rb

Instance Method Summary collapse

Instance Method Details

#perform(endpoint_arn) ⇒ Object



4
5
6
# File 'lib/generators/j7_w1/model/templates/j7_w1_destroy_endpoint_worker.rb', line 4

def perform(endpoint_arn)
  J7W1ApplicationDevice.destroy_device_endpoint endpoint_arn
end