Class: AdWords::V200909::AdGroupService::QuotaError
- Defined in:
- lib/adwords4r/v200909/AdGroupService.rb
Overview
QuotaError
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
reason - AdWords::V200909::AdGroupService::QuotaErrorReason
-
limit - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil) ⇒ QuotaError
constructor
A new instance of QuotaError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil) ⇒ QuotaError
Returns a new instance of QuotaError.
545 546 547 548 549 550 551 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 545 def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil) @fieldPath = fieldPath @trigger = trigger @apiError_Type = apiError_Type @reason = reason @limit = limit end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
541 542 543 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 541 def apiError_Type @apiError_Type end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
539 540 541 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 539 def fieldPath @fieldPath end |
#limit ⇒ Object
Returns the value of attribute limit.
543 544 545 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 543 def limit @limit end |
#reason ⇒ Object
Returns the value of attribute reason.
542 543 544 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 542 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
540 541 542 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 540 def trigger @trigger end |