Class: AdCenterWrapper::SubmitAdGroupForApprovalRequest

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

Overview

https://adcenter.microsoft.com/v7SubmitAdGroupForApprovalRequest

adGroupId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil) ⇒ SubmitAdGroupForApprovalRequest

Returns a new instance of SubmitAdGroupForApprovalRequest.



3173
3174
3175
# File 'lib/adcenter_wrapper_entities.rb', line 3173

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



3171
3172
3173
# File 'lib/adcenter_wrapper_entities.rb', line 3171

def adGroupId
  @adGroupId
end