class FontsDotCom::Response::ApiError

Attributes

response[R]

Public Class Methods

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