Libraries
»
stax
(0.0.20)
»
Index
»
Stax
»
Aws
»
Sqs
»
send
Method: Stax::Aws::Sqs.send
Defined in:
lib/stax/aws/sqs.rb
.
send
(opt) ⇒
Object
23 24 25
# File 'lib/stax/aws/sqs.rb', line 23
def
send
(
opt
)
client
.
send_message
(
opt
)
end