Class: Inch::API::Filter
- Inherits:
-
Object
- Object
- Inch::API::Filter
- Defined in:
- lib/inch/api/filter.rb
Overview
Filters a codebase’s objects based on given options
Instance Attribute Summary collapse
-
#codebase ⇒ Object
readonly
Returns the value of attribute codebase.
-
#grade_lists ⇒ Object
readonly
Returns the value of attribute grade_lists.
-
#objects ⇒ Object
readonly
Returns the value of attribute objects.
Instance Method Summary collapse
-
#initialize(codebase, options) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
Instance Attribute Details
#codebase ⇒ Object (readonly)
Returns the value of attribute codebase.
5 6 7 |
# File 'lib/inch/api/filter.rb', line 5 def codebase @codebase end |
#grade_lists ⇒ Object (readonly)
Returns the value of attribute grade_lists.
7 8 9 |
# File 'lib/inch/api/filter.rb', line 7 def grade_lists @grade_lists end |
#objects ⇒ Object (readonly)
Returns the value of attribute objects.
6 7 8 |
# File 'lib/inch/api/filter.rb', line 6 def objects @objects end |