Class: JIJI::Service::SystemService

Inherits:
Object
  • Object
show all
Defined in:
lib/jiji/service/system_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#serverObject

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

#shutdownObject

サーバーを停止する。



8
9
10
# File 'lib/jiji/service/system_service.rb', line 8

def shutdown
  @server.shutdown
end