Class: AdWords::V201003::TargetingIdeaService::SeedAdGroupIdSearchParameter

Inherits:
SearchParameter
  • Object
show all
Defined in:
lib/adwords4r/v201003/TargetingIdeaService.rb

Overview

SeedAdGroupIdSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • adGroupId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchParameter_Type = nil, adGroupId = nil) ⇒ SeedAdGroupIdSearchParameter

Returns a new instance of SeedAdGroupIdSearchParameter.



1593
1594
1595
1596
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1593

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



1591
1592
1593
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1591

def adGroupId
  @adGroupId
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1590
1591
1592
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1590

def searchParameter_Type
  @searchParameter_Type
end