Class: CheckoutSdk::Workflows::ReflowByEvents
- Defined in:
- lib/checkout_sdk/workflows/reflow_by_events.rb
Instance Attribute Summary collapse
Attributes inherited from Reflow
Instance Attribute Details
#events ⇒ Array(String)
7 8 9 |
# File 'lib/checkout_sdk/workflows/reflow_by_events.rb', line 7 class ReflowByEvents < Reflow attr_accessor :events end |