Class: ProsperWorks::Errors::RateLimit
- Defined in:
- lib/prosperworks/errors/rate_limit.rb
Class Method Summary collapse
Class Method Details
.msg ⇒ Object
9 10 11 |
# File 'lib/prosperworks/errors/rate_limit.rb', line 9 def self.msg "Rate Limit Reached" end |
.status_code ⇒ Object
5 6 7 |
# File 'lib/prosperworks/errors/rate_limit.rb', line 5 def self.status_code 429 end |