Class: AdCenterWrapper::FindAccountsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountsInfo = nil) ⇒ FindAccountsResponse

Returns a new instance of FindAccountsResponse.

[View source]

1017
1018
1019
# File 'lib/CustomerManagementService.rb', line 1017

def initialize(accountsInfo = nil)
  @accountsInfo = accountsInfo
end

Instance Attribute Details

#accountsInfoObject

Returns the value of attribute accountsInfo.


1015
1016
1017
# File 'lib/CustomerManagementService.rb', line 1015

def accountsInfo
  @accountsInfo
end