Class: AdCenterWrapper::GetAccountsInfoResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountsInfo = nil) ⇒ GetAccountsInfoResponse

Returns a new instance of GetAccountsInfoResponse.

[View source]

988
989
990
# File 'lib/CustomerManagementService.rb', line 988

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

Instance Attribute Details

#accountsInfoObject

Returns the value of attribute accountsInfo.


986
987
988
# File 'lib/CustomerManagementService.rb', line 986

def accountsInfo
  @accountsInfo
end