Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Dec 16, 2013
1 parent 44ad438 commit 84b0534
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/washout_builder/document/fault.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module WashoutBuilder
module Document
module Fault
extend WashoutBuilder::Document::VirtusModel
include Virtus.model
attribute :code, Integer
attribute :message, String
attribute :backtrace, String

end
end
end

0 comments on commit 84b0534

Please sign in to comment.