Class: AdWords::V201003::TargetingIdeaService::AdFormatSpec

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

Overview

AdFormatSpec

  • format - AdWords::V201003::TargetingIdeaService::SiteConstantsAdFormat

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil) ⇒ AdFormatSpec

Returns a new instance of AdFormatSpec.



1338
1339
1340
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1338

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

Instance Attribute Details

#formatObject

Returns the value of attribute format.



1336
1337
1338
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1336

def format
  @format
end