Module: LightOperations::Flow

Defined in:
lib/light_operations/flow.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#operation_dependenciesObject (readonly)

Returns the value of attribute operation_dependencies.



7
8
9
# File 'lib/light_operations/flow.rb', line 7

def operation_dependencies
  @operation_dependencies
end

#operation_optsObject (readonly)

Returns the value of attribute operation_opts.



7
8
9
# File 'lib/light_operations/flow.rb', line 7

def operation_opts
  @operation_opts
end

Class Method Details

.included(base) ⇒ Object



3
4
5
# File 'lib/light_operations/flow.rb', line 3

def self.included(base)
  base.send(:extend, ClassMethods)
end