Class: AdWords::V13::AccountService::GetAccountInfoResponse

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

Overview

getAccountInfoResponse

  • getAccountInfoReturn - AdWords::V13::AccountService::AccountInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getAccountInfoReturn = nil) ⇒ GetAccountInfoResponse

Returns a new instance of GetAccountInfoResponse.



245
246
247
# File 'lib/adwords4r/v13/AccountService.rb', line 245

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

Instance Attribute Details

#getAccountInfoReturnObject

:nodoc: all



243
244
245
# File 'lib/adwords4r/v13/AccountService.rb', line 243

def getAccountInfoReturn
  @getAccountInfoReturn
end