Sha256: e20a4c5428d5989dc89981e0621cf990f6dfd50df5ebdca35760034146a2e833

Contents?: true

Size: 1.32 KB

Versions: 21

Compression:

Stored size: 1.32 KB

Contents

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

module BaseCRM
  class Stage < 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 stage.
    # 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] active
    #   @return [Boolean] Indicator whether or not the stage contains finalized deals.
    # attr_accessor :active
    # @!attribute [rw] category
    #   @return [String] The unique category name of the stage.
    # attr_accessor :category
    # @!attribute [rw] likelihood
    #   @return [Integer] The likelihood that a deal will be won, set for the stage as percentage.
    # attr_accessor :likelihood
    # @!attribute [rw] name
    #   @return [String] Human-friendly name of the stage.
    # attr_accessor :name
    # @!attribute [rw] pipeline_id
    #   @return [Integer] Unique identifier of the pipeline that contains this stage.
    # attr_accessor :pipeline_id
    # @!attribute [rw] position
    #   @return [Integer] The stage's position in the pipeline.
    # attr_accessor :position
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

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