Exception: LifecycleVM::Then::InvalidThen

Inherits:
Error
  • Object
show all
Defined in:
lib/lifecycle_vm/then.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ InvalidThen

Returns a new instance of InvalidThen.



79
80
81
82
83
# File 'lib/lifecycle_vm/then.rb', line 79

def initialize(options)
  @options = options

  super("Invalid then configuration #{options}")
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



77
78
79
# File 'lib/lifecycle_vm/then.rb', line 77

def options
  @options
end