class Freemle::Client::BadRequest

Attributes

errors[R]

Public Class Methods

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

Public Instance Methods

to_s() click to toggle source
# File lib/freemle/client.rb, line 110
def to_s
  @errors.to_s
end