Class: AdWords::V201008::TargetingIdeaService::AdFormatSpec

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

Overview

AdFormatSpec

  • format - AdWords::V201008::TargetingIdeaService::SiteConstantsAdFormat

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil) ⇒ AdFormatSpec

Returns a new instance of AdFormatSpec.



1449
1450
1451
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1449

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

Instance Attribute Details

#formatObject

Returns the value of attribute format.



1447
1448
1449
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1447

def format
  @format
end