Sha256: ead8c7bee3a39ba95e847fe24b6b0be93777e53093d49e8e10ad161ab218396b
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Resources class AccountNote < Resource # @!attribute account_id # @return [String] define_attribute :account_id, String # @!attribute [r] created_at # @return [DateTime] define_attribute :created_at, DateTime, { :read_only => true } # @!attribute [r] id # @return [String] define_attribute :id, String, { :read_only => true } # @!attribute message # @return [String] define_attribute :message, String # @!attribute [r] object # @return [String] Object type define_attribute :object, String, { :read_only => true } # @!attribute user # @return [User] define_attribute :user, :User end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
recurly-3.0.0.beta.4 | lib/recurly/resources/account_note.rb |