Class: AdWords::V201008::MediaService::Media_Size_StringMapEntry

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

Overview

Media_Size_StringMapEntry

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

  • value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Media_Size_StringMapEntry.



39
40
41
42
# File 'lib/adwords4r/v201008/MediaService.rb', line 39

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



36
37
38
# File 'lib/adwords4r/v201008/MediaService.rb', line 36

def key
  @key
end

#valueObject

Returns the value of attribute value.



37
38
39
# File 'lib/adwords4r/v201008/MediaService.rb', line 37

def value
  @value
end