Class: Guise::GuiseOfScope Private
- Inherits:
-
HasGuisesScope
- Object
- Scope
- HasGuisesScope
- Guise::GuiseOfScope
- Defined in:
- lib/guise/scopes.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call ⇒ Object private
- #type ⇒ Object private
Methods inherited from Scope
Constructor Details
This class inherits a constructor from Guise::Scope
Instance Method Details
#call ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
46 47 48 |
# File 'lib/guise/scopes.rb', line 46 def call relation end |
#type ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
50 51 52 |
# File 'lib/guise/scopes.rb', line 50 def type :guise_of end |