Class: AdCenterWrapper::SignupCustomerRequest

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

Overview

https://adcenter.microsoft.com/api/customermanagementSignupCustomerRequest

customer - AdCenterWrapper::Customer
user - AdCenterWrapper::User
 - AdCenterWrapper::Account
parentCustomerId - SOAP::SOAPLong
applicationScope - AdCenterWrapper::ApplicationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customer = nil, user = nil, account = nil, parentCustomerId = nil, applicationScope = nil) ⇒ SignupCustomerRequest

Returns a new instance of SignupCustomerRequest.



4914
4915
4916
4917
4918
4919
4920
# File 'lib/adcenter_wrapper_entities.rb', line 4914

def initialize(customer = nil, user = nil,  = nil, parentCustomerId = nil, applicationScope = nil)
  @customer = customer
  @user = user
  @account = 
  @parentCustomerId = parentCustomerId
  @applicationScope = applicationScope
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



4910
4911
4912
# File 'lib/adcenter_wrapper_entities.rb', line 4910

def 
  @account
end

#applicationScopeObject

Returns the value of attribute applicationScope.



4912
4913
4914
# File 'lib/adcenter_wrapper_entities.rb', line 4912

def applicationScope
  @applicationScope
end

#customerObject

Returns the value of attribute customer.



4908
4909
4910
# File 'lib/adcenter_wrapper_entities.rb', line 4908

def customer
  @customer
end

#parentCustomerIdObject

Returns the value of attribute parentCustomerId.



4911
4912
4913
# File 'lib/adcenter_wrapper_entities.rb', line 4911

def parentCustomerId
  @parentCustomerId
end

#userObject

Returns the value of attribute user.



4909
4910
4911
# File 'lib/adcenter_wrapper_entities.rb', line 4909

def user
  @user
end