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.



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

def initialize(options)
  @options = options

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

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



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

def options
  @options
end