Class: ReeDao::DSL::ClassMethods::DaoFilter
- Inherits:
-
Struct
- Object
- Struct
- ReeDao::DSL::ClassMethods::DaoFilter
- Defined in:
- lib/ree_lib/packages/ree_dao/package/ree_dao/dsl.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#proc ⇒ Object
Returns the value of attribute proc.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
128 129 130 |
# File 'lib/ree_lib/packages/ree_dao/package/ree_dao/dsl.rb', line 128 def name @name end |
#proc ⇒ Object
Returns the value of attribute proc
128 129 130 |
# File 'lib/ree_lib/packages/ree_dao/package/ree_dao/dsl.rb', line 128 def proc @proc end |