Class: DashOverlord::UseCases::V1::Repositories::DynamoDb::Query::Table

Inherits:
Base
  • Object
show all
Defined in:
lib/dash_overlord/use_cases/v1/repositories/dynamo_db/query/table.rb

Constant Summary

Constants inherited from Base

Base::AbortError

Instance Attribute Summary

Attributes inherited from Base

#context

Instance Method Summary collapse

Methods inherited from Base

context_reader, #final, #initialize, perform, target, #target_valid?

Constructor Details

This class inherits a constructor from DashOverlord::UseCases::Base

Instance Method Details

#performObject



10
11
12
13
14
15
16
# File 'lib/dash_overlord/use_cases/v1/repositories/dynamo_db/query/table.rb', line 10

def perform
  return unless :table_name

  invoke! DynamoDb::Client

  query_table
end