Class: AdWords::V200909::TargetingIdeaService::AdFormatSpec
- Inherits:
-
Object
- Object
- AdWords::V200909::TargetingIdeaService::AdFormatSpec
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
AdFormatSpec
-
format - AdWords::V200909::TargetingIdeaService::SiteConstantsAdFormat
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
Instance Method Summary collapse
-
#initialize(format = nil) ⇒ AdFormatSpec
constructor
A new instance of AdFormatSpec.
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
#format ⇒ Object
Returns the value of attribute format.
1159 1160 1161 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1159 def format @format end |