class ProsperWorks::Errors::RateLimit

Public Class Methods

msg() click to toggle source
# File lib/prosperworks/errors/rate_limit.rb, line 9
def self.msg
  "Rate Limit Reached"
end
status_code() click to toggle source
# File lib/prosperworks/errors/rate_limit.rb, line 5
def self.status_code
  429
end