lib/recurly/resources/coupon_redemption_mini.rb in recurly-3.0.0.beta.2 vs lib/recurly/resources/coupon_redemption_mini.rb in recurly-3.0.0.beta.3

- old
+ new

@@ -1,11 +1,11 @@ module Recurly module Resources class CouponRedemptionMini < Resource # @!attribute coupon - # @return [Coupon] - define_attribute :coupon, :Coupon + # @return [CouponMini] + define_attribute :coupon, :CouponMini # @!attribute [r] created_at # @return [DateTime] Created at define_attribute :created_at, DateTime, {:read_only => true}