class Lexicon::Common::Remote::RemoteBase

Attributes

s3[R]

@return [S3Client]

Public Class Methods

new(s3:) click to toggle source

@param [S3Client] s3

# File lib/lexicon/common/remote/remote_base.rb, line 8
def initialize(s3:)
  @s3 = s3
end