Class: CheckoutSdk::Workflows::ReflowBySubjects

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

Instance Attribute Summary collapse

Attributes inherited from Reflow

#workflows

Instance Attribute Details

#subjectsArray(String)

Returns:

  • (Array(String))


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

class ReflowBySubjects < Reflow
  attr_accessor :subjects
end