Class: SolidusGraphqlApi::Configuration
- Inherits:
-
Object
- Object
- SolidusGraphqlApi::Configuration
- Defined in:
- lib/solidus_graphql_api/configuration.rb
Instance Attribute Summary collapse
-
#payment_sources ⇒ Object
Returns the value of attribute payment_sources.
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 |
# File 'lib/solidus_graphql_api/configuration.rb', line 7 def initialize @payment_sources = ['SolidusGraphqlApi::Types::CreditCard'] end |
Instance Attribute Details
#payment_sources ⇒ Object
Returns the value of attribute payment_sources.
5 6 7 |
# File 'lib/solidus_graphql_api/configuration.rb', line 5 def payment_sources @payment_sources end |