Class: ConvenientService::Examples::Standard::ComprehensiveSuite::Services::ServiceWithAllTypesOfGroups

Inherits:
Object
  • Object
show all
Includes:
Service::Configs::Standard
Defined in:
lib/convenient_service/examples/standard/comprehensive_suite/services/service_with_all_types_of_groups.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out: $stdout) ⇒ ServiceWithAllTypesOfGroups

Returns a new instance of ServiceWithAllTypesOfGroups.



73
74
75
# File 'lib/convenient_service/examples/standard/comprehensive_suite/services/service_with_all_types_of_groups.rb', line 73

def initialize(out: $stdout)
  @out = out
end

Instance Attribute Details

#outObject (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.rb', line 11

def out
  @out
end