Sha256: fef6b3db4e803816c6cdba37c8e97a22c1953f53a0ff9b2ae7930f8747a5a1fc

Contents?: true

Size: 1.88 KB

Versions: 9

Compression:

Stored size: 1.88 KB

Contents

{:cubecalc=>
  {:description=>"",
   :should_include=>"true",
   :variables=>
    {:calculate_sides=>
      {:should_include=>"true",
       :description=>nil,
       :help=>nil,
       :code_name=>:calculate_sides,
       :must_pass=>
        [{:test=>"kind_of? Integer",
          :explanation=>"This variable must be an integer."}],
       :type=>:Integer,
       :autoscanned_defaults=>[0]},
     :must_sleep=>
      {:should_include=>"true",
       :description=>nil,
       :help=>nil,
       :code_name=>:must_sleep,
       :must_pass=>
        [{:test=>"kind_of? Integer",
          :explanation=>"This variable must be an integer."}],
       :type=>:Integer,
       :autoscanned_defaults=>[0]},
     :width=>
      {:should_include=>"true",
       :description=>nil,
       :help=>nil,
       :code_name=>:width,
       :must_pass=>
        [{:test=>"kind_of? Numeric",
          :explanation=>
           "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
       :type=>:Float,
       :autoscanned_defaults=>[1.0]},
     :depth=>
      {:should_include=>"true",
       :description=>nil,
       :help=>nil,
       :code_name=>:depth,
       :must_pass=>
        [{:test=>"kind_of? Numeric",
          :explanation=>
           "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
       :type=>:Float,
       :autoscanned_defaults=>[1.0]},
     :height=>
      {:should_include=>"true",
       :description=>nil,
       :help=>nil,
       :code_name=>:height,
       :must_pass=>
        [{:test=>"kind_of? Numeric",
          :explanation=>
           "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
       :type=>:Float,
       :autoscanned_defaults=>[1.0]}}}}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
coderunner-0.13.9 lib/cubecalccrmod/namelists.rb
coderunner-0.13.8 lib/cubecalccrmod/namelists.rb
coderunner-0.13.7 lib/cubecalccrmod/namelists.rb
coderunner-0.13.6 lib/cubecalccrmod/namelists.rb
coderunner-0.13.5 lib/cubecalccrmod/namelists.rb
coderunner-0.13.4 lib/cubecalccrmod/namelists.rb
coderunner-0.13.3 lib/cubecalccrmod/namelists.rb
coderunner-0.13.2 lib/cubecalccrmod/namelists.rb
coderunner-0.13.1 lib/cubecalccrmod/namelists.rb