Class: Eco::CliDefault::Workflow
- Inherits:
-
API::Common::Loaders::Workflow
- Object
- API::Common::Loaders::Config
- API::Common::Loaders::Workflow
- Eco::CliDefault::Workflow
- Defined in:
- lib/eco/cli_default/workflow.rb
Class Attribute Summary collapse
-
.rescued ⇒ Object
Returns the value of attribute rescued.
Method Summary
Methods inherited from API::Common::Loaders::Workflow
Methods inherited from API::Common::Loaders::Config
active_enviro, cli, config, config_block
Methods included from API::Common::ClassHelpers
#class_resolver, #descendants, #descendants?, #inheritable_attrs, #inheritable_class_vars, #inherited, #instance_variable_name, #new_class, #resolve_class, #to_constant
Methods included from Language::Methods::DelegateMissing
#delegate_missing_to, #method_missing, #respond_to_missing?
Class Attribute Details
.rescued ⇒ Object
Returns the value of attribute rescued.
16 17 18 |
# File 'lib/eco/cli_default/workflow.rb', line 16 def rescued @rescued end |