lib/brightbox-cli/error_parser.rb in brightbox-cli-0.18.1 vs lib/brightbox-cli/error_parser.rb in brightbox-cli-1.0.0.rc1
- old
+ new
@@ -1,9 +1,9 @@
module Brightbox
class ErrorParser
include Brightbox::Logging
- attr_accessor :socket_error
+ attr_accessor :socket_error, :token_error
def initialize(socket_error)
@socket_error = socket_error
end
@@ -32,8 +32,7 @@
error "ERROR: #{error_string}"
else
error "ERROR: #{e}"
end
end
-
end
end