lib/recurly/resources/plan_ramp_interval.rb in recurly-4.20.0 vs lib/recurly/resources/plan_ramp_interval.rb in recurly-4.21.0

- old
+ new

@@ -9,10 +9,10 @@ # @!attribute currencies # @return [Array[PlanRampPricing]] Represents the price for the ramp interval. define_attribute :currencies, Array, { :item_type => :PlanRampPricing } # @!attribute starting_billing_cycle - # @return [Integer] Represents the first billing cycle of a ramp. + # @return [Integer] Represents the billing cycle where a ramp interval starts. define_attribute :starting_billing_cycle, Integer end end end