Sha256: 67415bbd7aa03138242676afeebecb249889f217222b0841a63f4108ccadcc9b
Contents?: true
Size: 417 Bytes
Versions: 17
Compression:
Stored size: 417 Bytes
Contents
module Houston module Adapters module ErrorTracker class ErrbitAdapter class Notice def initialize(attributes={}) @attributes = attributes end attr_reader :attributes def created_at attributes[:created_at] end def app_id attributes[:app_id] end end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems