class Assembla::Error::InternalServerError

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/assembla_api/error/internal_server_error.rb, line 9
def initialize(response)
  super(response)
end