Class: AdWords::V201003::BulkMutateJobService::Media_Size_StringMapEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

Media_Size_StringMapEntry

  • key - AdWords::V201003::BulkMutateJobService::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.



3175
3176
3177
3178
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3175

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



3172
3173
3174
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3172

def key
  @key
end

#valueObject

Returns the value of attribute value.



3173
3174
3175
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3173

def value
  @value
end