class Bing::Ads::API::Errors::LimitError
Public Class Methods
new(operation, limit, type)
click to toggle source
Calls superclass method
# File lib/bing/ads/api/errors.rb, line 19 def initialize(operation, limit, type) super("can not #{operation} more than #{limit} #{type.to_s.humanize.downcase.pluralize} in a single call") end