Sha256: 5915351790e8430bf84077e4b919d3de87c925dac2d789e3ffccdb1a45b2b5d8

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

module AmoCRM::Entities
  class PriceType < Base
    include CommonObject
    include AmoCRM::Entities::XmlFix
    tag 'priceType'

    attribute :updated,     Time
    attribute :updatedBy,   String
    attribute :name,        String

    attribute :index,       Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amo_crm-0.2.2 lib/amo_crm/entities/price_type.rb