Class: AdWords::V13::AccountService::MccAlert
- Inherits:
-
Object
- Object
- AdWords::V13::AccountService::MccAlert
- 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
-
#clientCompanyName ⇒ Object
Returns the value of attribute clientCompanyName.
-
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
-
#clientLogin ⇒ Object
Returns the value of attribute clientLogin.
-
#clientName ⇒ Object
Returns the value of attribute clientName.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#triggerTime ⇒ Object
Returns the value of attribute triggerTime.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(clientCompanyName = nil, clientCustomerId = nil, clientLogin = nil, clientName = nil, priority = nil, triggerTime = nil, type = nil) ⇒ MccAlert
constructor
A new instance of MccAlert.
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
#clientCompanyName ⇒ Object
Returns the value of attribute clientCompanyName.
183 184 185 |
# File 'lib/adwords4r/v13/AccountService.rb', line 183 def clientCompanyName @clientCompanyName end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
184 185 186 |
# File 'lib/adwords4r/v13/AccountService.rb', line 184 def clientCustomerId @clientCustomerId end |
#clientLogin ⇒ Object
Returns the value of attribute clientLogin.
185 186 187 |
# File 'lib/adwords4r/v13/AccountService.rb', line 185 def clientLogin @clientLogin end |
#clientName ⇒ Object
Returns the value of attribute clientName.
186 187 188 |
# File 'lib/adwords4r/v13/AccountService.rb', line 186 def clientName @clientName end |
#priority ⇒ Object
Returns the value of attribute priority.
187 188 189 |
# File 'lib/adwords4r/v13/AccountService.rb', line 187 def priority @priority end |
#triggerTime ⇒ Object
Returns the value of attribute triggerTime.
188 189 190 |
# File 'lib/adwords4r/v13/AccountService.rb', line 188 def triggerTime @triggerTime end |
#type ⇒ Object
Returns the value of attribute type.
189 190 191 |
# File 'lib/adwords4r/v13/AccountService.rb', line 189 def type @type end |