lib/recurly/resources/coupon.rb in recurly-3.0.0.beta.5 vs lib/recurly/resources/coupon.rb in recurly-3.0.0

- old
+ new

@@ -73,10 +73,10 @@ # @!attribute object # @return [String] Object type define_attribute :object, String # @!attribute plans - # @return [Array[PlanMini]] Plans + # @return [Array[PlanMini]] A list of plans for which this coupon applies. This will be `null` if `applies_to_all_plans=true`. define_attribute :plans, Array, { :item_type => :PlanMini } # @!attribute plans_names # @return [Array[String]] TODO define_attribute :plans_names, Array, { :item_type => String }