Class: AdCenterWrapper::GetKeywordsByIdsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil) ⇒ GetKeywordsByIdsResponse

Returns a new instance of GetKeywordsByIdsResponse.

[View source]

1974
1975
1976
# File 'lib/CampaignManagementService.rb', line 1974

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

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.


1972
1973
1974
# File 'lib/CampaignManagementService.rb', line 1972

def keywords
  @keywords
end