Class: AdWords::V201008::TargetingIdeaService::AdFormatSpec
- Inherits:
-
Object
- Object
- AdWords::V201008::TargetingIdeaService::AdFormatSpec
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
AdFormatSpec
-
format - AdWords::V201008::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.
1430 1431 1432 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1430 def initialize(format = nil) @format = format end |
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
1428 1429 1430 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1428 def format @format end |