Class: AdWords::V13::AccountService::MccAlert

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/AccountService.rb

Overview

MccAlert

  • clientCompanyName - SOAP::SOAPString

  • clientCustomerId - SOAP::SOAPLong

  • clientLogin - SOAP::SOAPString

  • clientName - SOAP::SOAPString

  • priority - AdWords::V13::AccountService::MccAlertPriority

  • triggerTime - SOAP::SOAPDateTime

  • type - AdWords::V13::AccountService::MccAlertType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clientCompanyName = nil, clientCustomerId = nil, clientLogin = nil, clientName = nil, priority = nil, triggerTime = nil, type = nil) ⇒ MccAlert

Returns a new instance of MccAlert.



191
192
193
194
195
196
197
198
199
# File 'lib/adwords4r/v13/AccountService.rb', line 191

def initialize(clientCompanyName = nil, clientCustomerId = nil, clientLogin = nil, clientName = nil, priority = nil, triggerTime = nil, type = nil)
  @clientCompanyName = clientCompanyName
  @clientCustomerId = clientCustomerId
  @clientLogin = clientLogin
  @clientName = clientName
  @priority = priority
  @triggerTime = triggerTime
  @type = type
end

Instance Attribute Details

#clientCompanyNameObject

Returns the value of attribute clientCompanyName.



183
184
185
# File 'lib/adwords4r/v13/AccountService.rb', line 183

def clientCompanyName
  @clientCompanyName
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



184
185
186
# File 'lib/adwords4r/v13/AccountService.rb', line 184

def clientCustomerId
  @clientCustomerId
end

#clientLoginObject

Returns the value of attribute clientLogin.



185
186
187
# File 'lib/adwords4r/v13/AccountService.rb', line 185

def clientLogin
  @clientLogin
end

#clientNameObject

Returns the value of attribute clientName.



186
187
188
# File 'lib/adwords4r/v13/AccountService.rb', line 186

def clientName
  @clientName
end

#priorityObject

Returns the value of attribute priority.



187
188
189
# File 'lib/adwords4r/v13/AccountService.rb', line 187

def priority
  @priority
end

#triggerTimeObject

Returns the value of attribute triggerTime.



188
189
190
# File 'lib/adwords4r/v13/AccountService.rb', line 188

def triggerTime
  @triggerTime
end

#typeObject

Returns the value of attribute type.



189
190
191
# File 'lib/adwords4r/v13/AccountService.rb', line 189

def type
  @type
end