Sha256: a2f3b730299cad38da54e371f6e8935ab665005e79f1d0c59e38fade87204544
Contents?: true
Size: 641 Bytes
Versions: 7
Compression:
Stored size: 641 Bytes
Contents
# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class VisitOutcome < 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] Unique identifier of a visit outcome. # attr_reader :id # @!attribute [r] name # @return [String] Name of the visit outcome. # attr_reader :name # @!attribute [r] updated_at # @return [DateTime] Date and time of the last update in UTC (ISO8601 format). # attr_reader :updated_at end end
Version data entries
7 entries across 7 versions & 1 rubygems