Class: AdCenterWrapper::GetCurrentUserResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user = nil) ⇒ GetCurrentUserResponse

Returns a new instance of GetCurrentUserResponse.


1369
1370
1371
# File 'lib/CustomerManagementService.rb', line 1369

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

Instance Attribute Details

#userObject

Returns the value of attribute user.


1367
1368
1369
# File 'lib/CustomerManagementService.rb', line 1367

def user
  @user
end