Class: AdWords::V200909::TargetingIdeaService::AdFormatSpec

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

Overview

AdFormatSpec

  • format - AdWords::V200909::TargetingIdeaService::SiteConstantsAdFormat

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil) ⇒ AdFormatSpec

Returns a new instance of AdFormatSpec.



1161
1162
1163
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1161

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

Instance Attribute Details

#formatObject

Returns the value of attribute format.



1159
1160
1161
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1159

def format
  @format
end