Class: AdWords::V201008::TargetingIdeaService::Attribute

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

Overview

Attribute abstract

  • attribute_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attribute_Type = nil) ⇒ Attribute

Returns a new instance of Attribute.



1810
1811
1812
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1810

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

Instance Attribute Details

#attribute_TypeObject

Returns the value of attribute attribute_Type.



1808
1809
1810
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1808

def attribute_Type
  @attribute_Type
end