Class: Playit::Services::Governance
- Inherits:
-
Object
- Object
- Playit::Services::Governance
- Defined in:
- lib/playit/services/governance.rb
Class Method Summary collapse
- .start ⇒ Object
- .stop ⇒ Object
-
.topics ⇒ Object
Display the governance topics.
Class Method Details
.start ⇒ Object
9 10 11 |
# File 'lib/playit/services/governance.rb', line 9 def start puts '[INFO] Start governance...' end |
.stop ⇒ Object
13 14 15 |
# File 'lib/playit/services/governance.rb', line 13 def stop puts '[INFO] Stop governance...' end |