Class: ConvenientService::Examples::Standard::ComprehensiveSuite::Services::ServiceWithAllTypesOfGroupsWithNotEvaluatedSteps
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Standard::ComprehensiveSuite::Services::ServiceWithAllTypesOfGroupsWithNotEvaluatedSteps
- Includes:
- Service::Configs::Standard
- Defined in:
- lib/convenient_service/examples/standard/comprehensive_suite/services/service_with_all_types_of_groups_with_not_evaluated_steps.rb
Instance Attribute Summary collapse
-
#out ⇒ Object
readonly
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out: $stdout) ⇒ ServiceWithAllTypesOfGroupsWithNotEvaluatedSteps
constructor
A new instance of ServiceWithAllTypesOfGroupsWithNotEvaluatedSteps.
Constructor Details
#initialize(out: $stdout) ⇒ ServiceWithAllTypesOfGroupsWithNotEvaluatedSteps
Returns a new instance of ServiceWithAllTypesOfGroupsWithNotEvaluatedSteps.
73 74 75 |
# File 'lib/convenient_service/examples/standard/comprehensive_suite/services/service_with_all_types_of_groups_with_not_evaluated_steps.rb', line 73 def initialize(out: $stdout) @out = out end |
Instance Attribute Details
#out ⇒ Object (readonly)
Returns the value of attribute out.
11 12 13 |
# File 'lib/convenient_service/examples/standard/comprehensive_suite/services/service_with_all_types_of_groups_with_not_evaluated_steps.rb', line 11 def out @out end |