Class: AdWords::V201003::MediaService::Media_Size_StringMapEntry
- Inherits:
-
Object
- Object
- AdWords::V201003::MediaService::Media_Size_StringMapEntry
- Defined in:
- lib/adwords4r/v201003/MediaService.rb
Overview
Media_Size_StringMapEntry
-
key - AdWords::V201003::MediaService::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.
52 53 54 55 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 52 def initialize(key = nil, value = nil) @key = key @value = value end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
49 50 51 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 49 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
50 51 52 |
# File 'lib/adwords4r/v201003/MediaService.rb', line 50 def value @value end |