summaryrefslogtreecommitdiff
path: root/lib/rest-client-wrapper.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2013-05-28 12:37:52 +0300
committerMartin Gütlein <martin.guetlein@gmail.com>2013-05-28 12:37:52 +0300
commit39b094bf106b35fb8fa41fd387bbb43bfe285672 (patch)
tree4165797078bac1c0182d3a3dea4cf5221fe68983 /lib/rest-client-wrapper.rb
parent68d1f71f268fde0a36d0e530385c8025dcb5d132 (diff)
added short comment
Diffstat (limited to 'lib/rest-client-wrapper.rb')
-rw-r--r--lib/rest-client-wrapper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rest-client-wrapper.rb b/lib/rest-client-wrapper.rb
index 38219c1..f3e6300 100644
--- a/lib/rest-client-wrapper.rb
+++ b/lib/rest-client-wrapper.rb
@@ -57,6 +57,7 @@ module OpenTox
end
end
+ #@return [Array] of hashes with error code, method and class
def self.known_errors
errors = []
RestClient::STATUSES.each do |code,k|