Class: AdWords::V201003::BidLandscapeService::ApiError
- Inherits:
-
Object
- Object
- AdWords::V201003::BidLandscapeService::ApiError
- Defined in:
- lib/adwords4r/v201003/BidLandscapeService.rb
Overview
ApiError abstract
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
errorString - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
Direct Known Subclasses
AuthenticationError, AuthorizationError, BidLandscapeServiceError, C_RangeError, ClientTermsError, DatabaseError, InternalApiError, NotEmptyError, NotWhitelistedError, NullError, OperationAccessDenied, OperatorError, QuotaCheckError, RateExceededError, ReadOnlyError, RequestError, RequiredError, SizeLimitError
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#errorString ⇒ Object
Returns the value of attribute errorString.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil) ⇒ ApiError
constructor
A new instance of ApiError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil) ⇒ ApiError
Returns a new instance of ApiError.
166 167 168 169 170 171 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 166 def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil) @fieldPath = fieldPath @trigger = trigger @errorString = errorString @apiError_Type = apiError_Type end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
164 165 166 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 164 def apiError_Type @apiError_Type end |
#errorString ⇒ Object
Returns the value of attribute errorString.
163 164 165 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 163 def errorString @errorString end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
161 162 163 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 161 def fieldPath @fieldPath end |
#trigger ⇒ Object
Returns the value of attribute trigger.
162 163 164 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 162 def trigger @trigger end |