Class: GemContribute::HostAdapters::GitHubAdapter::RateLimit
- Inherits:
-
Data
- Object
- Data
- GemContribute::HostAdapters::GitHubAdapter::RateLimit
- Defined in:
- lib/gem_contribute/host_adapters/github_adapter.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#remaining ⇒ Object
readonly
Returns the value of attribute remaining.
-
#reset_at ⇒ Object
readonly
Returns the value of attribute reset_at.
Instance Attribute Details
#limit ⇒ Object (readonly)
Returns the value of attribute limit
22 23 24 |
# File 'lib/gem_contribute/host_adapters/github_adapter.rb', line 22 def limit @limit end |
#remaining ⇒ Object (readonly)
Returns the value of attribute remaining
22 23 24 |
# File 'lib/gem_contribute/host_adapters/github_adapter.rb', line 22 def remaining @remaining end |
#reset_at ⇒ Object (readonly)
Returns the value of attribute reset_at
22 23 24 |
# File 'lib/gem_contribute/host_adapters/github_adapter.rb', line 22 def reset_at @reset_at end |