Class: SqsWeb

Inherits:
Sinatra::Base
  • Object
show all
Includes:
ControllerAction, Navigation
Defined in:
lib/sqs_web/application/app.rb

Class Method Summary collapse

Methods included from ControllerAction

#process_page_bulk_request, #process_page_single_request

Methods included from Navigation

#csrf_token, #csrf_token_tag, #h, #partial, #path_prefix, #tabs, #url_path

Class Method Details

.optionsObject



10
11
12
# File 'lib/sqs_web/application/app.rb', line 10

def options
  @@options ||= {queues: [], aws: {region: ENV['AWS_REGION'] || 'us-east-1'}}
end