Class: AdCenterWrapper::GetAccountsInfoResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountsInfo = nil) ⇒ GetAccountsInfoResponse

Returns a new instance of GetAccountsInfoResponse.



4810
4811
4812
# File 'lib/adcenter_wrapper_entities.rb', line 4810

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

Instance Attribute Details

#accountsInfoObject

Returns the value of attribute accountsInfo.



4808
4809
4810
# File 'lib/adcenter_wrapper_entities.rb', line 4808

def accountsInfo
  @accountsInfo
end