Class: Rubyoverflow::Errors

Inherits:
Base
  • Object
show all
Defined in:
lib/rubyoverflow/errors.rb

Class Method Summary collapse

Methods inherited from Base

change_end_point, client, convert_if_array, convert_to_id_list, #find_parse_querystring, request, #request

Class Method Details

.retrieve(id) ⇒ Object

Retrieves errors

Maps to ‘errors/id’



9
10
11
# File 'lib/rubyoverflow/errors.rb', line 9

def retrieve(id)
  request('errors/'+id.to_s)
end