Class: AdCenterWrapper::GetCustomerResponse

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

Overview

https://adcenter.microsoft.com/api/customermanagementGetCustomerResponse customer - AdCenterWrapper::Customer

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customer = nil) ⇒ GetCustomerResponse



1083
1084
1085
# File 'lib/CustomerManagementService.rb', line 1083

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

Instance Attribute Details

#customerObject

Returns the value of attribute customer.



1081
1082
1083
# File 'lib/CustomerManagementService.rb', line 1081

def customer
  @customer
end