Sha256: 7f5806f9a0d13571aaec30992b59fee5a19dc933264840aa7f1b1e48b0a88152
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
module AmoCRM::Entities::CompanyConcern extend ActiveSupport::Concern included do include HappyMapper include AmoCRM::Entities::CommonObject attribute :created, Time attribute :archived, HappyMapper::Boolean attribute :companyType, String attribute :discount, Float attribute :autoDiscount, Float attribute :discountCardNumber, String attribute :discountCorrection, Float element :code, String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amo_crm-0.2.2 | lib/amo_crm/entities/company_concern.rb |