lib/govdelivery/tms/resource/from_address.rb in govdelivery-tms-0.8.5 vs lib/govdelivery/tms/resource/from_address.rb in govdelivery-tms-0.8.7

- old
+ new

@@ -3,8 +3,9 @@ include InstanceResource # @!parse attr_accessor :from_email, :reply_to_email, :bounce_email, :is_default writeable_attributes :from_email, :reply_to_email, :bounce_email, :is_default - readonly_attributes :created_at + # @!parse attr_reader :id, :created_at + readonly_attributes :id, :created_at end end