Class: YSM::BidInformationService::BidInformation
- Inherits:
-
Object
- Object
- YSM::BidInformationService::BidInformation
- Defined in:
- lib/ysm4r/v1/BidInformationService.rb,
lib/ysm4r/v2/BidInformationService.rb
Overview
http://marketing.ews.yahooapis.com/V2BidInformation
Instance Attribute Summary collapse
-
#bid ⇒ Object
Returns the value of attribute bid.
-
#cutOffBid ⇒ Object
Returns the value of attribute cutOffBid.
Instance Method Summary collapse
-
#initialize(bid = nil, cutOffBid = nil) ⇒ BidInformation
constructor
A new instance of BidInformation.
Constructor Details
#initialize(bid = nil, cutOffBid = nil) ⇒ BidInformation
Returns a new instance of BidInformation.
11 12 13 14 |
# File 'lib/ysm4r/v1/BidInformationService.rb', line 11 def initialize(bid = nil, cutOffBid = nil) @bid = bid @cutOffBid = cutOffBid end |
Instance Attribute Details
#bid ⇒ Object
Returns the value of attribute bid.
8 9 10 |
# File 'lib/ysm4r/v1/BidInformationService.rb', line 8 def bid @bid end |
#cutOffBid ⇒ Object
Returns the value of attribute cutOffBid.
9 10 11 |
# File 'lib/ysm4r/v1/BidInformationService.rb', line 9 def cutOffBid @cutOffBid end |