Class: AdWords::V201008::TargetingIdeaService::IntegerSetAttribute
- Inherits:
-
Attribute
- Object
- Attribute
- AdWords::V201008::TargetingIdeaService::IntegerSetAttribute
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
IntegerSetAttribute
-
attribute_Type - SOAP::SOAPString
-
value - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#attribute_Type ⇒ Object
Returns the value of attribute attribute_Type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(attribute_Type = nil, value = []) ⇒ IntegerSetAttribute
constructor
A new instance of IntegerSetAttribute.
Constructor Details
#initialize(attribute_Type = nil, value = []) ⇒ IntegerSetAttribute
Returns a new instance of IntegerSetAttribute.
1919 1920 1921 1922 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1919 def initialize(attribute_Type = nil, value = []) @attribute_Type = attribute_Type @value = value end |
Instance Attribute Details
#attribute_Type ⇒ Object
Returns the value of attribute attribute_Type.
1916 1917 1918 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1916 def attribute_Type @attribute_Type end |
#value ⇒ Object
Returns the value of attribute value.
1917 1918 1919 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1917 def value @value end |