Class: Shoryuken::Client
- Inherits:
-
Object
- Object
- Shoryuken::Client
- Defined in:
- lib/shoryuken/client.rb
Constant Summary collapse
- @@queues =
{}
- @@topics =
{}
Class Attribute Summary collapse
-
.account_id ⇒ Object
Returns the value of attribute account_id.
- .sns ⇒ Object
- .sns_arn ⇒ Object
- .sqs ⇒ Object
-
.sqs_resource ⇒ Object
writeonly
Sets the attribute sqs_resource.
Class Method Summary collapse
Class Attribute Details
.account_id ⇒ Object
Returns the value of attribute account_id.
27 28 29 |
# File 'lib/shoryuken/client.rb', line 27 def account_id @account_id end |
.sns ⇒ Object
11 12 13 |
# File 'lib/shoryuken/client.rb', line 11 def sns @sns ||= Shoryuken::AwsConfig.sns end |
.sns_arn ⇒ Object
15 16 17 |
# File 'lib/shoryuken/client.rb', line 15 def sns_arn @sns_arn ||= SnsArn end |
.sqs ⇒ Object
19 20 21 |
# File 'lib/shoryuken/client.rb', line 19 def sqs @sqs ||= Shoryuken::AwsConfig.sqs end |
.sqs_resource=(value) ⇒ Object (writeonly)
Sets the attribute sqs_resource
28 29 30 |
# File 'lib/shoryuken/client.rb', line 28 def sqs_resource=(value) @sqs_resource = value end |