lib/govdelivery/tms/resource/from_address.rb in govdelivery-tms-0.8.2 vs lib/govdelivery/tms/resource/from_address.rb in govdelivery-tms-0.8.3
- old
+ new
@@ -3,8 +3,8 @@
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
+ readonly_attributes :created_at
end
end