Sha256: 30ee641abf450b1851b11a66d1e983b82616e2e49490e787b166998c85adec7a
Contents?: true
Size: 215 Bytes
Versions: 6
Compression:
Stored size: 215 Bytes
Contents
module RestPack::Activity class Configuration attr_accessor :service_type, :application_id, :api_domain, :api_token def initialize @service_type = :local @application_id = 1 end end end
Version data entries
6 entries across 6 versions & 1 rubygems