Class: AdWords::V201008::AlertService::Alert
- Inherits:
-
Object
- Object
- AdWords::V201008::AlertService::Alert
- Defined in:
- lib/adwords4r/v201008/AlertService.rb
Overview
Alert
-
alertSeverity - AdWords::V201008::AlertService::AlertSeverity
-
alertType - AdWords::V201008::AlertService::AlertType
-
clientCustomerId - SOAP::SOAPLong
-
details - AdWords::V201008::AlertService::Detail
Instance Attribute Summary collapse
-
#alertSeverity ⇒ Object
Returns the value of attribute alertSeverity.
-
#alertType ⇒ Object
Returns the value of attribute alertType.
-
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
-
#details ⇒ Object
Returns the value of attribute details.
Instance Method Summary collapse
-
#initialize(alertSeverity = nil, alertType = nil, clientCustomerId = nil, details = []) ⇒ Alert
constructor
A new instance of Alert.
Constructor Details
#initialize(alertSeverity = nil, alertType = nil, clientCustomerId = nil, details = []) ⇒ Alert
Returns a new instance of Alert.
535 536 537 538 539 540 |
# File 'lib/adwords4r/v201008/AlertService.rb', line 535 def initialize(alertSeverity = nil, alertType = nil, clientCustomerId = nil, details = []) @alertSeverity = alertSeverity @alertType = alertType @clientCustomerId = clientCustomerId @details = details end |
Instance Attribute Details
#alertSeverity ⇒ Object
Returns the value of attribute alertSeverity.
530 531 532 |
# File 'lib/adwords4r/v201008/AlertService.rb', line 530 def alertSeverity @alertSeverity end |
#alertType ⇒ Object
Returns the value of attribute alertType.
531 532 533 |
# File 'lib/adwords4r/v201008/AlertService.rb', line 531 def alertType @alertType end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
532 533 534 |
# File 'lib/adwords4r/v201008/AlertService.rb', line 532 def clientCustomerId @clientCustomerId end |
#details ⇒ Object
Returns the value of attribute details.
533 534 535 |
# File 'lib/adwords4r/v201008/AlertService.rb', line 533 def details @details end |