lib/govdelivery/tms/resource/sms_template.rb in govdelivery-tms-0.8.13 vs lib/govdelivery/tms/resource/sms_template.rb in govdelivery-tms-0.8.14
- old
+ new
@@ -1,10 +1,10 @@
module GovDelivery::TMS #:nodoc:
class SmsTemplate
include InstanceResource
# @!parse attr_accessor :body
- writeable_attributes :body
+ writeable_attributes :body, :uuid
# @!parse attr_reader :id, :created_at
readonly_attributes :id, :created_at
end