lib/patch_ruby/models/estimate.rb in patch_ruby-1.8.0 vs lib/patch_ruby/models/estimate.rb in patch_ruby-1.9.0
- old
+ new
@@ -18,10 +18,10 @@
attr_accessor :id
# A boolean indicating if this estimate is a production or test mode estimate.
attr_accessor :production
- # The type of estimate. Available types are mass, flight, shipping, and vehicle.
+ # The type of estimate. Available types are mass, flight, shipping, vehicle, and crypto.
attr_accessor :type
# The estimated mass in grams for this estimate.
attr_accessor :mass_g