Sha256: c7388ddd4a58608ffece0935b3e3280b94b0bc282a7749ddbbf3b962657a39ca

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

require_relative '../util/enum'

module MangoPay

  # MangoPay API rate limit reset times enumeration
  class RateLimitInterval
    extend Enum

    FIFTEEN_MIN = value 'FIFTEEN_MINUTES'

    THIRTY_MIN = value 'THIRTY_MINUTE'

    HOUR = value 'HOUR'

    DAY = value 'DAY'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mangopay-v4-4.1.0 lib/mangopay/common/rate_limit_interval.rb
mangopay-v4-4.0.2 lib/mangopay/common/rate_limit_interval.rb
mangopay-v4-4.0.1 lib/mangopay/common/rate_limit_interval.rb