Class: AdWords::V201003::TargetingIdeaService::AdFormatSpec
- Inherits:
-
Object
- Object
- AdWords::V201003::TargetingIdeaService::AdFormatSpec
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
AdFormatSpec
-
format - AdWords::V201003::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.
1338 1339 1340 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1338 def initialize(format = nil) @format = format end |
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
1336 1337 1338 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1336 def format @format end |