Class: GraphqlAuthorize::Configuration
- Inherits:
-
Object
- Object
- GraphqlAuthorize::Configuration
- Defined in:
- lib/graphql_authorize/configuration.rb
Instance Attribute Summary collapse
-
#auth_adapter ⇒ Object
Returns the value of attribute auth_adapter.
-
#auth_adapter_source ⇒ Object
Returns the value of attribute auth_adapter_source.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 |
# File 'lib/graphql_authorize/configuration.rb', line 7 def initialize @auth_adapter = nil @auth_adapter_source = nil end |
Instance Attribute Details
#auth_adapter ⇒ Object
Returns the value of attribute auth_adapter.
5 6 7 |
# File 'lib/graphql_authorize/configuration.rb', line 5 def auth_adapter @auth_adapter end |
#auth_adapter_source ⇒ Object
Returns the value of attribute auth_adapter_source.
5 6 7 |
# File 'lib/graphql_authorize/configuration.rb', line 5 def auth_adapter_source @auth_adapter_source end |