Class: Kennel::Api::RateLimitParams
- Inherits:
-
Data
- Object
- Data
- Kennel::Api::RateLimitParams
- Defined in:
- lib/kennel/api.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#period ⇒ Object
readonly
Returns the value of attribute period.
-
#remaining ⇒ Object
readonly
Returns the value of attribute remaining.
-
#reset ⇒ Object
readonly
Returns the value of attribute reset.
Instance Attribute Details
#limit ⇒ Object (readonly)
Returns the value of attribute limit
8 9 10 |
# File 'lib/kennel/api.rb', line 8 def limit @limit end |
#name ⇒ Object (readonly)
Returns the value of attribute name
8 9 10 |
# File 'lib/kennel/api.rb', line 8 def name @name end |
#period ⇒ Object (readonly)
Returns the value of attribute period
8 9 10 |
# File 'lib/kennel/api.rb', line 8 def period @period end |
#remaining ⇒ Object (readonly)
Returns the value of attribute remaining
8 9 10 |
# File 'lib/kennel/api.rb', line 8 def remaining @remaining end |
#reset ⇒ Object (readonly)
Returns the value of attribute reset
8 9 10 |
# File 'lib/kennel/api.rb', line 8 def reset @reset end |