Class: AdWords::V200909::BulkMutateJobService::Media_Size_StringMapEntry

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

Overview

Media_Size_StringMapEntry

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



2746
2747
2748
2749
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2746

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2743
2744
2745
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2743

def key
  @key
end

#valueObject

Returns the value of attribute value.



2744
2745
2746
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2744

def value
  @value
end