class EndpointFlux::Exceptions::Forbidden

Public Instance Methods

to_hash() click to toggle source
# File lib/endpoint_flux/exceptions/forbidden.rb, line 4
def to_hash
  {
    status: 403,
    message: 'Forbidden'
  }
end