Class: CheckoutSdk::Workflows::ReflowByEvents

Inherits:
Reflow
  • Object
show all
Defined in:
lib/checkout_sdk/workflows/reflow_by_events.rb

Instance Attribute Summary collapse

Attributes inherited from Reflow

#workflows

Instance Attribute Details

#eventsArray(String)

Returns:

  • (Array(String))


7
8
9
# File 'lib/checkout_sdk/workflows/reflow_by_events.rb', line 7

class ReflowByEvents < Reflow
  attr_accessor :events
end