Class: AdWords::V13::AccountService::GetAccountInfoResponse
- Inherits:
-
Object
- Object
- AdWords::V13::AccountService::GetAccountInfoResponse
- Defined in:
- lib/adwords4r/v13/AccountService.rb
Overview
getAccountInfoResponse
-
getAccountInfoReturn - AdWords::V13::AccountService::AccountInfo
Instance Attribute Summary collapse
-
#getAccountInfoReturn ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(getAccountInfoReturn = nil) ⇒ GetAccountInfoResponse
constructor
A new instance of GetAccountInfoResponse.
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
#getAccountInfoReturn ⇒ Object
:nodoc: all
243 244 245 |
# File 'lib/adwords4r/v13/AccountService.rb', line 243 def getAccountInfoReturn @getAccountInfoReturn end |