Sha256: bbee6a89495dbf55c2f2bf6325e161115e8e05f34129edd8a89bffe4a24babe2
Contents?: true
Size: 237 Bytes
Versions: 8
Compression:
Stored size: 237 Bytes
Contents
module RestPack::Activity::Service class Configuration < RestPack::Service::Configuration attr_accessor :application_id end mattr_accessor :config @@config = Configuration.new def self.setup yield @@config end end
Version data entries
8 entries across 8 versions & 1 rubygems