Class: Rql::Scope::MethodGroup
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(scope) ⇒ MethodGroup
constructor
A new instance of MethodGroup.
- #scope ⇒ Object
Constructor Details
#initialize(scope) ⇒ MethodGroup
Returns a new instance of MethodGroup.
4 5 6 |
# File 'lib/rql/scope/method_group.rb', line 4 def initialize(scope) @scope = scope end |
Instance Method Details
#scope ⇒ Object
8 9 10 |
# File 'lib/rql/scope/method_group.rb', line 8 def scope @scope end |