Exception: TangaServices::HTTP::Exception

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/tanga_services/http.rb

Instance Method Summary collapse

Instance Method Details

#codeObject



14
15
16
# File 'lib/tanga_services/http.rb', line 14

def code
  cause.response.code if cause.try(:response)
end

#to_sObject



10
11
12
# File 'lib/tanga_services/http.rb', line 10

def to_s
  cause.to_s
end