Class: RSpec::GraphQLResponse::Configuration
- Inherits:
-
Object
- Object
- RSpec::GraphQLResponse::Configuration
- Defined in:
- lib/rspec/graphql_response/configuration.rb
Instance Attribute Summary collapse
-
#graphql_query_attribute ⇒ Object
Returns the value of attribute graphql_query_attribute.
-
#graphql_schema ⇒ Object
Returns the value of attribute graphql_schema.
Instance Attribute Details
#graphql_query_attribute ⇒ Object
Returns the value of attribute graphql_query_attribute.
4 5 6 |
# File 'lib/rspec/graphql_response/configuration.rb', line 4 def graphql_query_attribute @graphql_query_attribute end |
#graphql_schema ⇒ Object
Returns the value of attribute graphql_schema.
4 5 6 |
# File 'lib/rspec/graphql_response/configuration.rb', line 4 def graphql_schema @graphql_schema end |