1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-08-07 22:33:57 +02:00

Use a status object

This commit is contained in:
cn
2013-05-03 18:30:34 +02:00
parent cd6e41fcfa
commit 438931f8a6
4 changed files with 18 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
module OpenVPNStatusWeb
class Status
attr_accessor :client_list
attr_accessor :routing_table
attr_accessor :global_stats
end
end