Sha256: 2ba7da78b3f871e1134d06f283eb46b4b60a4f25911c8c1f8f5457f760b903b2
Contents?: true
Size: 317 Bytes
Versions: 7
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true module AwsSnsManager # = AwsSnsManager::Config module Config @model = 'PushEndpoint' class << self # Configuration option to specify a model # you want to use AwsSnsManager to work with. # Default: PushEndpoint attr_accessor :model end end end
Version data entries
7 entries across 7 versions & 1 rubygems