Class: AdCenterWrapper::GetCustomerResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customer = nil) ⇒ GetCustomerResponse

Returns a new instance of GetCustomerResponse.



4876
4877
4878
# File 'lib/adcenter_wrapper_entities.rb', line 4876

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

Instance Attribute Details

#customerObject

Returns the value of attribute customer.



4874
4875
4876
# File 'lib/adcenter_wrapper_entities.rb', line 4874

def customer
  @customer
end