Sha256: f0c8785ecc1880c5ff0ede0ac08b5bdae0dbd916ee8946fcbd0b44fa6836464d
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
module AmoCRM::Entities class Workflow < Base include CommonObject include AmoCRM::Entities::XmlFix element :code, String element :uuid, String has_many :states, AmoCRM::Entities::WorkflowState, tag: :state end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amo_crm-0.2.2 | lib/amo_crm/entities/workflow.rb |