Class: AdwordsApi::V200909::AdGroupAdService::Media_Size_DimensionsMapEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v200909/AdGroupAdService.rb

Overview

Media_Size_DimensionsMapEntry

  • key - AdwordsApi::V200909::AdGroupAdService::MediaSize

  • value - AdwordsApi::V200909::AdGroupAdService::Dimensions

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, value = nil) ⇒ Media_Size_DimensionsMapEntry

Returns a new instance of Media_Size_DimensionsMapEntry.



93
94
95
96
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 93

def initialize(key = nil, value = nil)
  @key = key
  @value = value
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



90
91
92
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 90

def key
  @key
end

#valueObject

Returns the value of attribute value.



91
92
93
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 91

def value
  @value
end