class Xolphin::Api::Responses::ProductPrice

Public Class Methods

new(data) click to toggle source
Calls superclass method Xolphin::Api::Responses::Base::new
# File lib/xolphin/api/responses/product_price.rb, line 5
def initialize(data)
  super(data)
end

Public Instance Methods

extra_price() click to toggle source
# File lib/xolphin/api/responses/product_price.rb, line 17
def extra_price
  @data["extraPrice"]
end
extra_price_wildcard() click to toggle source
# File lib/xolphin/api/responses/product_price.rb, line 21
def extra_price_wildcard
  @data["extraPriceWildcard"]
end
price() click to toggle source
# File lib/xolphin/api/responses/product_price.rb, line 13
def price
  @data["price"]
end
years() click to toggle source
# File lib/xolphin/api/responses/product_price.rb, line 9
def years
  @data["years"]
end