Class: AdWords::V200909::AdGroupAdService::Media_Size_StringMapEntry
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupAdService::Media_Size_StringMapEntry
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
Media_Size_StringMapEntry
-
key - AdWords::V200909::AdGroupAdService::MediaSize
-
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(key = nil, value = nil) ⇒ Media_Size_StringMapEntry
constructor
A new instance of Media_Size_StringMapEntry.
Constructor Details
#initialize(key = nil, value = nil) ⇒ Media_Size_StringMapEntry
Returns a new instance of Media_Size_StringMapEntry.
106 107 108 109 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 106 def initialize(key = nil, value = nil) @key = key @value = value end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
103 104 105 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 103 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
104 105 106 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 104 def value @value end |