Exception: LifecycleVM::Then::InvalidThen
- Defined in:
- lib/lifecycle_vm/then.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ InvalidThen
constructor
A new instance of InvalidThen.
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 = super("Invalid then configuration #{}") end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
77 78 79 |
# File 'lib/lifecycle_vm/then.rb', line 77 def @options end |