Sha256: 83fe14d0bd154f8cf2d24054ccf217389b6a378d536312b112c1177206cb8894
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 Bytes
Contents
module Eddy module Elements # - Id: 81 # - Name: Weight # - Type: R # - Min/Max: 1/10 # - Description: Numeric value of weight class Weight < Eddy::Element::R # @return [void] def initialize() @id = "81" @name = "Weight" @type = "R" self.min = 1 self.max = 10 end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eddy-0.1.0 | lib/eddy/definitions/manual/elements/81.r.weight.rb |