Sha256: 6883678f569a05f01b6cb624098abbf014838112559a2ccbe672e81c8a48f036

Contents?: true

Size: 1.27 KB

Versions: 21

Compression:

Stored size: 1.27 KB

Contents

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

module BaseCRM
  class Account < Model
    # @!attribute [r] created_at
    #   @return [DateTime] Date and time of the account's creation in UTC (ISO8601 format).
    # attr_reader :created_at
    # @!attribute [r] id
    #   @return [Integer] Unique identifier of the account.
    # 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] currency
    #   @return [String] Currency of the account as the 3-character currency code in ISO4217 format.
    # attr_accessor :currency
    # @!attribute [rw] name
    #   @return [String] Full name of the account.
    # attr_accessor :name
    # @!attribute [rw] phone
    #   @return [String] Contact phone number of the account.
    # attr_accessor :phone
    # @!attribute [rw] time_format
    #   @return [String] Time format used for the account. Either 12-hour clock `12H` or 24-hour clock `24H`.
    # attr_accessor :time_format
    # @!attribute [rw] timezone
    #   @return [String] Timezone of the account as the offset from Coordinated Universal Time (UTC) in the format `UTC(+|-)[hh]:[mm]`.
    # attr_accessor :timezone
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

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