Class: TesoteSdk::RateLimitInfo
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::RateLimitInfo
- Defined in:
- lib/tesote_sdk/transport.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#remaining ⇒ Object
Returns the value of attribute remaining.
-
#reset ⇒ Object
Returns the value of attribute reset.
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit
11 12 13 |
# File 'lib/tesote_sdk/transport.rb', line 11 def limit @limit end |
#remaining ⇒ Object
Returns the value of attribute remaining
11 12 13 |
# File 'lib/tesote_sdk/transport.rb', line 11 def remaining @remaining end |
#reset ⇒ Object
Returns the value of attribute reset
11 12 13 |
# File 'lib/tesote_sdk/transport.rb', line 11 def reset @reset end |