Method: AdCenterWrapper::AccountInfo#initialize
- Defined in:
- lib/CustomerManagementService.rb
#initialize(id = nil, name = nil, number = nil, accountLifeCycleStatus = nil, pauseReason = nil) ⇒ AccountInfo
Returns a new instance of AccountInfo.
23 24 25 26 27 28 29 |
# File 'lib/CustomerManagementService.rb', line 23 def initialize(id = nil, name = nil, number = nil, accountLifeCycleStatus = nil, pauseReason = nil) @id = id @name = name @number = number @accountLifeCycleStatus = accountLifeCycleStatus @pauseReason = pauseReason end |