Class: Zuul::ActiveRecord::Scope
- Inherits:
-
Object
- Object
- Zuul::ActiveRecord::Scope
- Defined in:
- lib/zuul/active_record/scope.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
4 5 6 |
# File 'lib/zuul/active_record/scope.rb', line 4 def config @config end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
4 5 6 |
# File 'lib/zuul/active_record/scope.rb', line 4 def name @name end |