Class: AdwordsApi::V201003::TargetingIdeaService::IntegerSetAttribute

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



1438
1439
1440
1441
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1438

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.



1435
1436
1437
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1435

def attribute_Type
  @attribute_Type
end

#valueObject

Returns the value of attribute value.



1436
1437
1438
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1436

def value
  @value
end