Class: ProsperWorks::Errors::RateLimit

Inherits:
Base
  • Object
show all
Defined in:
lib/prosperworks/errors/rate_limit.rb

Class Method Summary collapse

Class Method Details

.msgObject



9
10
11
# File 'lib/prosperworks/errors/rate_limit.rb', line 9

def self.msg
  "Rate Limit Reached"
end

.status_codeObject



5
6
7
# File 'lib/prosperworks/errors/rate_limit.rb', line 5

def self.status_code
  429
end