Class: AdWords::V201003::TargetingIdeaService::IntegerSetAttribute

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

Overview

IntegerSetAttribute

  • attribute_Type - SOAP::SOAPString

  • value - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attribute_Type = nil, value = []) ⇒ IntegerSetAttribute

Returns a new instance of IntegerSetAttribute.



1814
1815
1816
1817
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1814

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

Instance Attribute Details

#attribute_TypeObject

Returns the value of attribute attribute_Type.



1811
1812
1813
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1811

def attribute_Type
  @attribute_Type
end

#valueObject

Returns the value of attribute value.



1812
1813
1814
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1812

def value
  @value
end