Class: AdWords::V200909::TargetingIdeaService::Attribute

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



1499
1500
1501
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1499

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

Instance Attribute Details

#attribute_TypeObject

Returns the value of attribute attribute_Type.



1497
1498
1499
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1497

def attribute_Type
  @attribute_Type
end