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.



1430
1431
1432
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1430

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

Instance Attribute Details

#formatObject

Returns the value of attribute format.



1428
1429
1430
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1428

def format
  @format
end