lib/recurly/resources/account_note.rb in recurly-3.0.0.beta.4 vs lib/recurly/resources/account_note.rb in recurly-3.0.0.beta.5
- old
+ new
@@ -8,24 +8,24 @@
# @!attribute account_id
# @return [String]
define_attribute :account_id, String
- # @!attribute [r] created_at
+ # @!attribute created_at
# @return [DateTime]
- define_attribute :created_at, DateTime, { :read_only => true }
+ define_attribute :created_at, DateTime
- # @!attribute [r] id
+ # @!attribute id
# @return [String]
- define_attribute :id, String, { :read_only => true }
+ define_attribute :id, String
# @!attribute message
# @return [String]
define_attribute :message, String
- # @!attribute [r] object
+ # @!attribute object
# @return [String] Object type
- define_attribute :object, String, { :read_only => true }
+ define_attribute :object, String
# @!attribute user
# @return [User]
define_attribute :user, :User
end