Sha256: 97744555d21c076953c12b7038811bcfc1ddcb2cce30d95a7ff2adf06d7cef4a
Contents?: true
Size: 300 Bytes
Versions: 5
Compression:
Stored size: 300 Bytes
Contents
module BluepanClient class Strategy include Virtus.model attribute :strategyseq, Integer attribute :currency, String attribute :name_en, String attribute :name, String attribute :payoutmethod, String attribute :strategy, String attribute :maximum, Float end end
Version data entries
5 entries across 5 versions & 1 rubygems