Class: ChannelAdvisor::InventoryServiceSOAP::PriceInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::PriceInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/PriceInfo
cost - SOAP::SOAPDecimal
retailPrice - SOAP::SOAPDecimal
startingPrice - SOAP::SOAPDecimal
reservePrice - SOAP::SOAPDecimal
takeItPrice - SOAP::SOAPDecimal
secondChanceOfferPrice - SOAP::SOAPDecimal
storePrice - SOAP::SOAPDecimal
Instance Attribute Summary collapse
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#reservePrice ⇒ Object
Returns the value of attribute reservePrice.
-
#retailPrice ⇒ Object
Returns the value of attribute retailPrice.
-
#secondChanceOfferPrice ⇒ Object
Returns the value of attribute secondChanceOfferPrice.
-
#startingPrice ⇒ Object
Returns the value of attribute startingPrice.
-
#storePrice ⇒ Object
Returns the value of attribute storePrice.
-
#takeItPrice ⇒ Object
Returns the value of attribute takeItPrice.
Instance Method Summary collapse
-
#initialize(cost = nil, retailPrice = nil, startingPrice = nil, reservePrice = nil, takeItPrice = nil, secondChanceOfferPrice = nil, storePrice = nil) ⇒ PriceInfo
constructor
A new instance of PriceInfo.
Constructor Details
#initialize(cost = nil, retailPrice = nil, startingPrice = nil, reservePrice = nil, takeItPrice = nil, secondChanceOfferPrice = nil, storePrice = nil) ⇒ PriceInfo
Returns a new instance of PriceInfo.
293 294 295 296 297 298 299 300 301 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 293 def initialize(cost = nil, retailPrice = nil, startingPrice = nil, reservePrice = nil, takeItPrice = nil, secondChanceOfferPrice = nil, storePrice = nil) @cost = cost @retailPrice = retailPrice @startingPrice = startingPrice @reservePrice = reservePrice @takeItPrice = takeItPrice @secondChanceOfferPrice = secondChanceOfferPrice @storePrice = storePrice end |
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost.
285 286 287 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 285 def cost @cost end |
#reservePrice ⇒ Object
Returns the value of attribute reservePrice.
288 289 290 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 288 def reservePrice @reservePrice end |
#retailPrice ⇒ Object
Returns the value of attribute retailPrice.
286 287 288 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 286 def retailPrice @retailPrice end |
#secondChanceOfferPrice ⇒ Object
Returns the value of attribute secondChanceOfferPrice.
290 291 292 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 290 def secondChanceOfferPrice @secondChanceOfferPrice end |
#startingPrice ⇒ Object
Returns the value of attribute startingPrice.
287 288 289 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 287 def startingPrice @startingPrice end |
#storePrice ⇒ Object
Returns the value of attribute storePrice.
291 292 293 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 291 def storePrice @storePrice end |
#takeItPrice ⇒ Object
Returns the value of attribute takeItPrice.
289 290 291 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 289 def takeItPrice @takeItPrice end |