Sha256: f210ecf344ff09078be1dba4e31bb93c6f43a258782315af77aa547a45d855e9

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 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

1 entries across 1 versions & 1 rubygems

Version Path
houston-core-0.5.0.beta1 app/adapters/houston/adapters/error_tracker/errbit_adapter/notice.rb