Class: AdWords::V201008::BulkMutateJobService::QuotaError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

QuotaError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201008::BulkMutateJobService::QuotaErrorReason

  • limit - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, limit = nil) ⇒ QuotaError

Returns a new instance of QuotaError.



2063
2064
2065
2066
2067
2068
2069
2070
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2063

def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, limit = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @errorString = errorString
  @apiError_Type = apiError_Type
  @reason = reason
  @limit = limit
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



2059
2060
2061
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2059

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



2058
2059
2060
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2058

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



2056
2057
2058
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2056

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



2061
2062
2063
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2061

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



2060
2061
2062
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2060

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



2057
2058
2059
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2057

def trigger
  @trigger
end