Sha256: 7d397dcf04fb386b4ea2d7ea93fc1c1f358ef5209c44dd1c450714656ca26c50

Contents?: true

Size: 1.05 KB

Versions: 21

Compression:

Stored size: 1.05 KB

Contents

# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema

module BaseCRM
  class Note < Model
    # @!attribute [r] created_at
    #   @return [DateTime] Date and time of creation in UTC (ISO8601 format).
    # attr_reader :created_at
    # @!attribute [r] creator_id
    #   @return [Integer] Unique identifier of the user that created the note.
    # attr_reader :creator_id
    # @!attribute [r] id
    #   @return [Integer] Unique identifier of the note.
    # attr_reader :id
    # @!attribute [r] updated_at
    #   @return [DateTime] Date and time of the last update in UTC (ISO8601 format).
    # attr_reader :updated_at

    # @!attribute [rw] content
    #   @return [String] Content of the note.
    # attr_accessor :content
    # @!attribute [rw] resource_id
    #   @return [Integer] Unique identifier of the resource the note is attached to.
    # attr_accessor :resource_id
    # @!attribute [rw] resource_type
    #   @return [String] Type name of the resource the note is attached to.
    # attr_accessor :resource_type
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
basecrm-2.0.0 lib/basecrm/models/note.rb
basecrm-1.3.10 lib/basecrm/models/note.rb
basecrm-1.3.9 lib/basecrm/models/note.rb
basecrm-1.3.8 lib/basecrm/models/note.rb
basecrm-1.3.7 lib/basecrm/models/note.rb
basecrm-1.3.6 lib/basecrm/models/note.rb
basecrm-1.3.5 lib/basecrm/models/note.rb
basecrm-1.3.4 lib/basecrm/models/note.rb
basecrm-1.3.3 lib/basecrm/models/note.rb
basecrm-1.3.2 lib/basecrm/models/note.rb
basecrm-1.3.1 lib/basecrm/models/note.rb
basecrm-1.3.0 lib/basecrm/models/note.rb
basecrm-1.2.3 lib/basecrm/models/note.rb
basecrm-1.2.2 lib/basecrm/models/note.rb
basecrm-1.2.1 lib/basecrm/models/note.rb
basecrm-1.2.0 lib/basecrm/models/note.rb
basecrm-1.1.3 lib/basecrm/models/note.rb
basecrm-1.1.2 lib/basecrm/models/note.rb
basecrm-1.1.1 lib/basecrm/models/note.rb
basecrm-1.1.0 lib/basecrm/models/note.rb