Class: AdCenterWrapper::SignupCustomerRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SignupCustomerRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementSignupCustomerRequest
customer - AdCenterWrapper::Customer
user - AdCenterWrapper::User
account - AdCenterWrapper::Account
parentCustomerId - SOAP::SOAPLong
applicationScope - AdCenterWrapper::ApplicationType
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#applicationScope ⇒ Object
Returns the value of attribute applicationScope.
-
#customer ⇒ Object
Returns the value of attribute customer.
-
#parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(customer = nil, user = nil, account = nil, parentCustomerId = nil, applicationScope = nil) ⇒ SignupCustomerRequest
constructor
A new instance of SignupCustomerRequest.
Constructor Details
permalink #initialize(customer = nil, user = nil, account = nil, parentCustomerId = nil, applicationScope = nil) ⇒ SignupCustomerRequest
Returns a new instance of SignupCustomerRequest.
1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/CustomerManagementService.rb', line 1121 def initialize(customer = nil, user = nil, account = nil, parentCustomerId = nil, applicationScope = nil) @customer = customer @user = user @account = account @parentCustomerId = parentCustomerId @applicationScope = applicationScope end |
Instance Attribute Details
permalink #account ⇒ Object
Returns the value of attribute account.
1117 1118 1119 |
# File 'lib/CustomerManagementService.rb', line 1117 def account @account end |
permalink #applicationScope ⇒ Object
Returns the value of attribute applicationScope.
1119 1120 1121 |
# File 'lib/CustomerManagementService.rb', line 1119 def applicationScope @applicationScope end |
permalink #customer ⇒ Object
Returns the value of attribute customer.
1115 1116 1117 |
# File 'lib/CustomerManagementService.rb', line 1115 def customer @customer end |
permalink #parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
1118 1119 1120 |
# File 'lib/CustomerManagementService.rb', line 1118 def parentCustomerId @parentCustomerId end |
permalink #user ⇒ Object
Returns the value of attribute user.
1116 1117 1118 |
# File 'lib/CustomerManagementService.rb', line 1116 def user @user end |