Class: AdWords::V201008::MediaService::Media_Size_DimensionsMapEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/MediaService.rb

Overview

Media_Size_DimensionsMapEntry

  • key - AdWords::V201008::MediaService::MediaSize

  • value - AdWords::V201008::MediaService::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.



26
27
28
29
# File 'lib/adwords4r/v201008/MediaService.rb', line 26

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



23
24
25
# File 'lib/adwords4r/v201008/MediaService.rb', line 23

def key
  @key
end

#valueObject

Returns the value of attribute value.



24
25
26
# File 'lib/adwords4r/v201008/MediaService.rb', line 24

def value
  @value
end