Class: AdCenterWrapper::SignupCustomerRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SignupCustomerRequest
- Defined in:
- lib/adcenter_wrapper_entities.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
#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, account = nil, parentCustomerId = nil, applicationScope = nil) @customer = customer @user = user @account = account @parentCustomerId = parentCustomerId @applicationScope = applicationScope end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
4910 4911 4912 |
# File 'lib/adcenter_wrapper_entities.rb', line 4910 def account @account end |
#applicationScope ⇒ Object
Returns the value of attribute applicationScope.
4912 4913 4914 |
# File 'lib/adcenter_wrapper_entities.rb', line 4912 def applicationScope @applicationScope end |
#customer ⇒ Object
Returns the value of attribute customer.
4908 4909 4910 |
# File 'lib/adcenter_wrapper_entities.rb', line 4908 def customer @customer end |
#parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
4911 4912 4913 |
# File 'lib/adcenter_wrapper_entities.rb', line 4911 def parentCustomerId @parentCustomerId end |
#user ⇒ Object
Returns the value of attribute user.
4909 4910 4911 |
# File 'lib/adcenter_wrapper_entities.rb', line 4909 def user @user end |