Sha256: 3251217c598c4f8509cbd228c2b821017932b1660d8ba54abacd62e42e8cdb66
Contents?: true
Size: 643 Bytes
Versions: 21
Compression:
Stored size: 643 Bytes
Contents
# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class Pipeline < Model # @!attribute [r] created_at # @return [DateTime] Date and time of creation in UTC ISO8601 format. # attr_reader :created_at # @!attribute [r] id # @return [Integer] The unique identifier of the pipeline. # attr_reader :id # @!attribute [r] updated_at # @return [DateTime] Date and time of last update in UTC ISO8601 format. # attr_reader :updated_at # @!attribute [rw] name # @return [String] Human-friendly name of the pipeline. # attr_accessor :name end end
Version data entries
21 entries across 21 versions & 1 rubygems