class SierraApiResponseError

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
# File lib/errors.rb, line 10
def initialize(response)
  @response = response
end