lib/recurly/resources/coupon_discount_trial.rb in recurly-3.0.0.beta.4 vs lib/recurly/resources/coupon_discount_trial.rb in recurly-3.0.0.beta.5
- old
+ new
@@ -10,9 +10,9 @@
# @return [Integer] Trial length measured in the units specified by the sibling `unit` property
define_attribute :length, Integer
# @!attribute unit
# @return [String] Temporal unit of the free trial
- define_attribute :unit, String, { :enum => ["day", "week", "month"] }
+ define_attribute :unit, String
end
end
end