Sha256: 3102663df05d814c778459d88066bdb32df30cad540b9ff5941fe45a2b99fab9
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
module Smsc # Balance model class Balance include Virtus.model # @!attribute balance # @return [Float] current balance attribute :balance, Float end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smsc_ru-0.1.0 | lib/smsc/models/balance.rb |