Class: AdWords::V201008::AlertService::Alert

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#alertSeverityObject

Returns the value of attribute alertSeverity.



530
531
532
# File 'lib/adwords4r/v201008/AlertService.rb', line 530

def alertSeverity
  @alertSeverity
end

#alertTypeObject

Returns the value of attribute alertType.



531
532
533
# File 'lib/adwords4r/v201008/AlertService.rb', line 531

def alertType
  @alertType
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



532
533
534
# File 'lib/adwords4r/v201008/AlertService.rb', line 532

def clientCustomerId
  @clientCustomerId
end

#detailsObject

Returns the value of attribute details.



533
534
535
# File 'lib/adwords4r/v201008/AlertService.rb', line 533

def details
  @details
end