Exception: Mysigner::RateLimitError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Mysigner::RateLimitError
- Defined in:
- lib/mysigner/client.rb
Instance Attribute Summary collapse
-
#retry_after ⇒ Object
readonly
Returns the value of attribute retry_after.
Attributes inherited from ClientError
#details, #error_code, #suggestion, #timestamp
Instance Method Summary collapse
-
#initialize(message, retry_after = nil) ⇒ RateLimitError
constructor
A new instance of RateLimitError.
Constructor Details
#initialize(message, retry_after = nil) ⇒ RateLimitError
Returns a new instance of RateLimitError.
205 206 207 208 |
# File 'lib/mysigner/client.rb', line 205 def initialize(, retry_after = nil) super() @retry_after = retry_after end |
Instance Attribute Details
#retry_after ⇒ Object (readonly)
Returns the value of attribute retry_after.
203 204 205 |
# File 'lib/mysigner/client.rb', line 203 def retry_after @retry_after end |