class ShafClient::ApiError

Public Instance Methods

code() click to toggle source
# File lib/shaf_client/api_error.rb, line 14
def code
  attribute(:code)
end
fields() click to toggle source
# File lib/shaf_client/api_error.rb, line 18
def fields
  attribute(:fields)
end
title() click to toggle source
# File lib/shaf_client/api_error.rb, line 10
def title
  attribute(:title)
end