Sha256: 7e7b73fd2b2736488e1b5b808e9dd6598c9ca42fa0d7d596a9d99a4131a15b11

Contents?: true

Size: 151 Bytes

Versions: 6

Compression:

Stored size: 151 Bytes

Contents

module Resttestrail
  class TestrailError < StandardError
    attr_reader :object

    def initialize(object)
      @object = object
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
resttestrail-0.1.1 lib/resttestrail/testrailerror.rb
resttestrail-0.1.0 lib/resttestrail/testrailerror.rb
resttestrail-0.0.5 lib/resttestrail/testrailerror.rb
resttestrail-0.0.4 lib/resttestrail/testrailerror.rb
resttestrail-0.0.3 lib/resttestrail/testrailerror.rb
resttestrail-0.0.2 lib/resttestrail/testrailerror.rb