Class: SpreeAdyen::Engine::Environment
- Inherits:
-
Struct
- Object
- Struct
- SpreeAdyen::Engine::Environment
- Defined in:
- lib/spree_adyen/engine.rb
Instance Attribute Summary collapse
-
#event_handlers ⇒ Object
Returns the value of attribute event_handlers.
-
#events ⇒ Object
Returns the value of attribute events.
-
#hmac_validators ⇒ Object
Returns the value of attribute hmac_validators.
Instance Attribute Details
#event_handlers ⇒ Object
Returns the value of attribute event_handlers
7 8 9 |
# File 'lib/spree_adyen/engine.rb', line 7 def event_handlers @event_handlers end |
#events ⇒ Object
Returns the value of attribute events
7 8 9 |
# File 'lib/spree_adyen/engine.rb', line 7 def events @events end |
#hmac_validators ⇒ Object
Returns the value of attribute hmac_validators
7 8 9 |
# File 'lib/spree_adyen/engine.rb', line 7 def hmac_validators @hmac_validators end |