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