lib/recurly/requests/shipping_address_update.rb in recurly-3.0.0.beta.4 vs lib/recurly/requests/shipping_address_update.rb in recurly-3.0.0.beta.5

- old
+ new

@@ -24,12 +24,12 @@ # @!attribute first_name # @return [String] define_attribute :first_name, String - # @!attribute [r] id + # @!attribute id # @return [String] Shipping Address ID - define_attribute :id, String, { :read_only => true } + define_attribute :id, String # @!attribute last_name # @return [String] define_attribute :last_name, String