Class: AdWords::V201003::CampaignService::Bid
- Inherits:
-
Object
- Object
- AdWords::V201003::CampaignService::Bid
- Defined in:
- lib/adwords4r/v201003/CampaignService.rb
Overview
Bid
-
amount - AdWords::V201003::CampaignService::Money
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
Instance Method Summary collapse
-
#initialize(amount = nil) ⇒ Bid
constructor
A new instance of Bid.
Constructor Details
#initialize(amount = nil) ⇒ Bid
Returns a new instance of Bid.
986 987 988 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 986 def initialize(amount = nil) @amount = amount end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
984 985 986 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 984 def amount @amount end |