Class: AdWords::V13::TrafficEstimatorService::ApiError
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::ApiError
- Defined in:
- lib/adwords4r/v13/TrafficEstimatorService.rb
Overview
ApiError
-
code - SOAP::SOAPInt
-
detail - SOAP::SOAPString
-
field - SOAP::SOAPString
-
index - SOAP::SOAPInt
-
isExemptable - SOAP::SOAPBoolean
-
textIndex - SOAP::SOAPInt
-
textLength - SOAP::SOAPInt
-
trigger - SOAP::SOAPString
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#field ⇒ Object
Returns the value of attribute field.
-
#index ⇒ Object
Returns the value of attribute index.
-
#isExemptable ⇒ Object
Returns the value of attribute isExemptable.
-
#textIndex ⇒ Object
Returns the value of attribute textIndex.
-
#textLength ⇒ Object
Returns the value of attribute textLength.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Method Summary collapse
-
#initialize(code = nil, detail = nil, field = nil, index = nil, isExemptable = nil, textIndex = nil, textLength = nil, trigger = nil) ⇒ ApiError
constructor
A new instance of ApiError.
Constructor Details
#initialize(code = nil, detail = nil, field = nil, index = nil, isExemptable = nil, textIndex = nil, textLength = nil, trigger = nil) ⇒ ApiError
Returns a new instance of ApiError.
54 55 56 57 58 59 60 61 62 63 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 54 def initialize(code = nil, detail = nil, field = nil, index = nil, isExemptable = nil, textIndex = nil, textLength = nil, trigger = nil) @code = code @detail = detail @field = field @index = index @isExemptable = isExemptable @textIndex = textIndex @textLength = textLength @trigger = trigger end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
45 46 47 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 45 def code @code end |
#detail ⇒ Object
Returns the value of attribute detail.
46 47 48 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 46 def detail @detail end |
#field ⇒ Object
Returns the value of attribute field.
47 48 49 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 47 def field @field end |
#index ⇒ Object
Returns the value of attribute index.
48 49 50 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 48 def index @index end |
#isExemptable ⇒ Object
Returns the value of attribute isExemptable.
49 50 51 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 49 def isExemptable @isExemptable end |
#textIndex ⇒ Object
Returns the value of attribute textIndex.
50 51 52 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 50 def textIndex @textIndex end |
#textLength ⇒ Object
Returns the value of attribute textLength.
51 52 53 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 51 def textLength @textLength end |
#trigger ⇒ Object
Returns the value of attribute trigger.
52 53 54 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 52 def trigger @trigger end |