Class: AdWords::V201003::TargetingIdeaService::SeedAdGroupIdSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V201003::TargetingIdeaService::SeedAdGroupIdSearchParameter
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
SeedAdGroupIdSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
adGroupId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
Instance Method Summary collapse
-
#initialize(searchParameter_Type = nil, adGroupId = nil) ⇒ SeedAdGroupIdSearchParameter
constructor
A new instance of SeedAdGroupIdSearchParameter.
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
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
1591 1592 1593 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1591 def adGroupId @adGroupId end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1590 1591 1592 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1590 def searchParameter_Type @searchParameter_Type end |