class DropletKit::RateLimitReached

Attributes

limit[W]
remaining[W]
reset_at[RW]

Public Instance Methods

limit() click to toggle source
# File lib/droplet_kit.rb, line 181
def limit
  @limit.to_i if @limit
end
remaining() click to toggle source
# File lib/droplet_kit.rb, line 185
def remaining
  @remaining.to_i if @remaining
end