class Dymos::Client
Attributes
client[R]
Public Class Methods
new(params={})
click to toggle source
# File lib/dymos/client.rb, line 7 def initialize(params={}) config = Aws.config.merge params @client ||= Aws::DynamoDB::Client.new(config) end
Public Instance Methods
command(name, params)
click to toggle source
# File lib/dymos/client.rb, line 12 def command(name, params) @client.send name, params end