Class: AdWords::V201003::TargetingIdeaService::PlacementAttribute

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

Overview

PlacementAttribute

  • attribute_Type - SOAP::SOAPString

  • value - AdWords::V201003::TargetingIdeaService::Placement

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attribute_Type = nil, value = nil) ⇒ PlacementAttribute

Returns a new instance of PlacementAttribute.



1931
1932
1933
1934
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1931

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

Instance Attribute Details

#attribute_TypeObject

Returns the value of attribute attribute_Type.



1928
1929
1930
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1928

def attribute_Type
  @attribute_Type
end

#valueObject

Returns the value of attribute value.



1929
1930
1931
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1929

def value
  @value
end