Class: AdWords::V201003::TargetingIdeaService::Attribute

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/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.



1724
1725
1726
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1724

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

Instance Attribute Details

#attribute_TypeObject

Returns the value of attribute attribute_Type.



1722
1723
1724
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1722

def attribute_Type
  @attribute_Type
end