Sha256: a644dcf7001bf14dc796d5930a1a90dfff31127835259b349ce255dd7239d23b
Contents?: true
Size: 209 Bytes
Versions: 1
Compression:
Stored size: 209 Bytes
Contents
module FbErrorMachine class ErrorBase def initialize(attrs) @error_code = attrs[:error_code] @description = attrs[:description] @instructions = attrs[:instructions] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fb_error_machine-0.1.1 | lib/fb_error_machine/error_base.rb |