Class HelloWorld
In: lib/swxruby/services/hello_world.rb
Parent: Object

Class and method names follow standard Ruby conventions

Methods

Public Instance methods

Service class methods are instance methods.

[Source]

   # File lib/swxruby/services/hello_world.rb, line 4
4:         def just_say_the_words
5:                 'Hello World!'
6:         end

[Validate]