Class: AdCenterWrapper::GetKeywordsByAdGroupIdResponse

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

Overview

https://adcenter.microsoft.com/v8GetKeywordsByAdGroupIdResponse

keywords - AdCenterWrapper::ArrayOfKeyword

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil) ⇒ GetKeywordsByAdGroupIdResponse

Returns a new instance of GetKeywordsByAdGroupIdResponse.


1994
1995
1996
# File 'lib/CampaignManagementService.rb', line 1994

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

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.


1992
1993
1994
# File 'lib/CampaignManagementService.rb', line 1992

def keywords
  @keywords
end