lib/recurly/resources/add_on.rb in recurly-3.0.0.beta.2 vs lib/recurly/resources/add_on.rb in recurly-3.0.0.beta.3
- old
+ new
@@ -13,11 +13,11 @@
# @!attribute [r] created_at
# @return [DateTime] Created at
define_attribute :created_at, DateTime, {:read_only => true}
# @!attribute currencies
- # @return [Array[String]] Add-on pricing
- define_attribute :currencies, Array, {:item_type => String}
+ # @return [Array[Hash]] Add-on pricing
+ define_attribute :currencies, Array, {:item_type => Hash}
# @!attribute default_quantity
# @return [Integer] Default quantity for the hosted pages.
define_attribute :default_quantity, Integer