Class: JIJI::Service::SystemService
- Inherits:
-
Object
- Object
- JIJI::Service::SystemService
- Defined in:
- lib/jiji/service/system_service.rb
Instance Attribute Summary collapse
-
#server ⇒ Object
Returns the value of attribute server.
Instance Method Summary collapse
-
#shutdown ⇒ Object
サーバーを停止する。.
Instance Attribute Details
#server ⇒ Object
Returns the value of attribute server.
11 12 13 |
# File 'lib/jiji/service/system_service.rb', line 11 def server @server end |
Instance Method Details
#shutdown ⇒ Object
サーバーを停止する。
8 9 10 |
# File 'lib/jiji/service/system_service.rb', line 8 def shutdown @server.shutdown end |