Class: AdCenterWrapper::Bid
- Inherits:
-
Object
- Object
- AdCenterWrapper::Bid
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7Bid
amount - SOAP::SOAPDouble
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.
202 203 204 |
# File 'lib/adcenter_wrapper_entities.rb', line 202 def initialize(amount = nil) @amount = amount end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
200 201 202 |
# File 'lib/adcenter_wrapper_entities.rb', line 200 def amount @amount end |