Class: AdWords::V13::AccountService::ClientAccountInfo
- Inherits:
-
Object
- Object
- AdWords::V13::AccountService::ClientAccountInfo
- Defined in:
- lib/adwords4r/v13/AccountService.rb
Overview
ClientAccountInfo
-
emailAddress - SOAP::SOAPString
-
isCustomerManager - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#isCustomerManager ⇒ Object
Returns the value of attribute isCustomerManager.
Instance Method Summary collapse
-
#initialize(emailAddress = nil, isCustomerManager = nil) ⇒ ClientAccountInfo
constructor
A new instance of ClientAccountInfo.
Constructor Details
#initialize(emailAddress = nil, isCustomerManager = nil) ⇒ ClientAccountInfo
Returns a new instance of ClientAccountInfo.
146 147 148 149 |
# File 'lib/adwords4r/v13/AccountService.rb', line 146 def initialize(emailAddress = nil, isCustomerManager = nil) @emailAddress = emailAddress @isCustomerManager = isCustomerManager end |
Instance Attribute Details
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
143 144 145 |
# File 'lib/adwords4r/v13/AccountService.rb', line 143 def emailAddress @emailAddress end |
#isCustomerManager ⇒ Object
Returns the value of attribute isCustomerManager.
144 145 146 |
# File 'lib/adwords4r/v13/AccountService.rb', line 144 def isCustomerManager @isCustomerManager end |