Class: AdwordsApi::V201003::TargetingIdeaService::BooleanAttribute

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

Overview

BooleanAttribute

  • attribute_Type - SOAP::SOAPString

  • value - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attribute_Type = nil, value = nil) ⇒ BooleanAttribute

Returns a new instance of BooleanAttribute.



1373
1374
1375
1376
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1373

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

Instance Attribute Details

#attribute_TypeObject

Returns the value of attribute attribute_Type.



1370
1371
1372
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1370

def attribute_Type
  @attribute_Type
end

#valueObject

Returns the value of attribute value.



1371
1372
1373
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1371

def value
  @value
end