Module: Sparrow

Defined in:
lib/sparrow.rb,
lib/sparrow/base.rb,
lib/sparrow/boolean.rb,
lib/sparrow/version.rb,
lib/sparrow/class_methods.rb,
lib/generators/sparrow/entity/entity_generator.rb

Overview

实体总模组,统括所有支持基于 ActiveModel 的实体类的内容。

Author:

Defined Under Namespace

Modules: ClassMethods Classes: Base, Boolean, EntityGenerator

Constant Summary collapse

VERSION =

当前版本号

'0.2.0'
SUMMARY =

当前综述

'Provide an easy approach to build entity object for data that can not be reflected to database tables.'
DESCRIPTION =

当前详述

'Provide an easy approach to build entity object for data that can not be reflected to database tables.'