class JSONAPI::Types::ErrorSource

Public Instance Methods

attribute() click to toggle source
# File lib/jsonapi/types/error_source.rb, line 9
def attribute
  pointer.split("/").last if pointer # rubocop:disable Style/SafeNavigation
end