Sha256: d395e01c9ff10efa05fa1c68a52894ced933126898e3dec493cc8203d8e02c74
Contents?: true
Size: 324 Bytes
Versions: 77
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module Aws module Endpoints class Endpoint def initialize(url:, properties: {}, headers: {}) @url = url @properties = properties @headers = headers end attr_reader :url attr_reader :properties attr_reader :headers end end end
Version data entries
77 entries across 77 versions & 1 rubygems