praxis-blueprints 2.2
Praxis Blueprints is a library that allows for defining a reusable class structures that has a set of typed attributes and a set of views with which to render them. Instantiations of Blueprints resemble ruby Structs which respond to methods of the attribute names. Rendering is format-agnostic in that it results in a structured hash instead of an encoded string. Blueprints can automatically generate object structures that follow the attribute definitions.
          Gemfile:
          =
        
        
          安装:
          =
        
      Runtime 依赖 (3):
Development 依赖 (11):
            bundler
            ~> 1.6
          
          
            fuubar
            ~> 1
          
          
            guard
            ~> 2
          
          
            guard-rspec
            >= 0
          
          
            pry
            ~> 0
          
          
            pry-byebug
            ~> 1
          
          
            pry-stack_explorer
            ~> 0
          
          
            rake
            ~> 0
          
          
            redcarpet
            < 3.0
          
          
            rspec
            < 2.99
          
          
            yard
            ~> 0.8.7
          
    
