Class: AdCenterWrapper::GetAccountResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(account = nil) ⇒ GetAccountResponse

Returns a new instance of GetAccountResponse.

[View source]

1170
1171
1172
# File 'lib/CustomerManagementService.rb', line 1170

def initialize( = nil)
  @account = 
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.


1168
1169
1170
# File 'lib/CustomerManagementService.rb', line 1168

def 
  @account
end