Class: AdCenterWrapper::GetAdEditorialReasonsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdEditorialReasonsByIdsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetAdEditorialReasonsByIdsRequest
adIds - AdCenterWrapper::ArrayOflong
accountId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#adIds ⇒ Object
Returns the value of attribute adIds.
Instance Method Summary collapse
-
#initialize(adIds = nil, accountId = nil) ⇒ GetAdEditorialReasonsByIdsRequest
constructor
A new instance of GetAdEditorialReasonsByIdsRequest.
Constructor Details
#initialize(adIds = nil, accountId = nil) ⇒ GetAdEditorialReasonsByIdsRequest
2048 2049 2050 2051 |
# File 'lib/adcenter_wrapper_entities.rb', line 2048 def initialize(adIds = nil, accountId = nil) @adIds = adIds @accountId = accountId end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
2046 2047 2048 |
# File 'lib/adcenter_wrapper_entities.rb', line 2046 def accountId @accountId end |
#adIds ⇒ Object
Returns the value of attribute adIds.
2045 2046 2047 |
# File 'lib/adcenter_wrapper_entities.rb', line 2045 def adIds @adIds end |