Class: AdWords::V200909::TargetingIdeaService::CollectionSizeError
- Inherits:
-
ApiError
- Object
- ApiError
- AdWords::V200909::TargetingIdeaService::CollectionSizeError
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
CollectionSizeError
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
reason - AdWords::V200909::TargetingIdeaService::CollectionSizeErrorReason
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#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) ⇒ CollectionSizeError
constructor
A new instance of CollectionSizeError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) ⇒ CollectionSizeError
Returns a new instance of CollectionSizeError.
1052 1053 1054 1055 1056 1057 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1052 def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) @fieldPath = fieldPath @trigger = trigger @apiError_Type = apiError_Type @reason = reason end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
1049 1050 1051 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1049 def apiError_Type @apiError_Type end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
1047 1048 1049 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1047 def fieldPath @fieldPath end |
#reason ⇒ Object
Returns the value of attribute reason.
1050 1051 1052 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1050 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
1048 1049 1050 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1048 def trigger @trigger end |