Sha256: 055cafa8c993b1e38cde89b3bd153f7a1b2ec4808afeee2a38e7b3a19e5d9b5c

Contents?: true

Size: 949 Bytes

Versions: 12

Compression:

Stored size: 949 Bytes

Contents

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

module BaseCRM
  class LeadSource < Model
    # @!attribute [r] created_at
    #   @return [String] Date and time of creation in UTC (ISO 8601 format).
    # attr_reader :created_at
    # @!attribute [r] creator_id
    #   @return [Integer] Unique identifier of the user that created the source.
    # attr_reader :creator_id
    # @!attribute [r] id
    #   @return [Integer] Unique identifier of the lead source.
    # attr_reader :id
    # @!attribute [r] updated_at
    #   @return [String] Date and time of the last update in UTC (ISO 8601 format).
    # attr_reader :updated_at

    # @!attribute [rw] name
    #   @return [String] Name of the source.
    # attr_accessor :name
    # @!attribute [rw] resource_type
    #   @return [String] Type name of the resource the source is attached to. Possible values: lead
    # attr_accessor :resource_type
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
basecrm-2.0.0 lib/basecrm/models/lead_source.rb
basecrm-1.3.10 lib/basecrm/models/lead_source.rb
basecrm-1.3.9 lib/basecrm/models/lead_source.rb
basecrm-1.3.8 lib/basecrm/models/lead_source.rb
basecrm-1.3.7 lib/basecrm/models/lead_source.rb
basecrm-1.3.6 lib/basecrm/models/lead_source.rb
basecrm-1.3.5 lib/basecrm/models/lead_source.rb
basecrm-1.3.4 lib/basecrm/models/lead_source.rb
basecrm-1.3.3 lib/basecrm/models/lead_source.rb
basecrm-1.3.2 lib/basecrm/models/lead_source.rb
basecrm-1.3.1 lib/basecrm/models/lead_source.rb
basecrm-1.3.0 lib/basecrm/models/lead_source.rb