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