Class: SpreeAdyen::Engine::Environment

Inherits:
Struct
  • Object
show all
Defined in:
lib/spree_adyen/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#event_handlersObject

Returns the value of attribute event_handlers

Returns:

  • (Object)

    the current value of event_handlers



7
8
9
# File 'lib/spree_adyen/engine.rb', line 7

def event_handlers
  @event_handlers
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



7
8
9
# File 'lib/spree_adyen/engine.rb', line 7

def events
  @events
end

#hmac_validatorsObject

Returns the value of attribute hmac_validators

Returns:

  • (Object)

    the current value of hmac_validators



7
8
9
# File 'lib/spree_adyen/engine.rb', line 7

def hmac_validators
  @hmac_validators
end