Class: YSM::BidInformationService::BidInformation

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/BidInformationService.rb,
lib/ysm4r/v2/BidInformationService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#bidObject

Returns the value of attribute bid.



8
9
10
# File 'lib/ysm4r/v1/BidInformationService.rb', line 8

def bid
  @bid
end

#cutOffBidObject

Returns the value of attribute cutOffBid.



9
10
11
# File 'lib/ysm4r/v1/BidInformationService.rb', line 9

def cutOffBid
  @cutOffBid
end