Class: GraphQL::Doctor::Checks::Base
- Inherits:
-
Object
- Object
- GraphQL::Doctor::Checks::Base
- Defined in:
- lib/graphql/doctor/checks/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(source_index, config) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(source_index, config) ⇒ Base
Returns a new instance of Base.
17 18 19 20 |
# File 'lib/graphql/doctor/checks/base.rb', line 17 def initialize(source_index, config) @source_index = source_index @config = config end |