Class: AdWords::V13::AccountService::ClientAccountInfo

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

Overview

ClientAccountInfo

  • emailAddress - SOAP::SOAPString

  • isCustomerManager - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#emailAddressObject

Returns the value of attribute emailAddress.



143
144
145
# File 'lib/adwords4r/v13/AccountService.rb', line 143

def emailAddress
  @emailAddress
end

#isCustomerManagerObject

Returns the value of attribute isCustomerManager.



144
145
146
# File 'lib/adwords4r/v13/AccountService.rb', line 144

def isCustomerManager
  @isCustomerManager
end