Class: OpenVPNStatusWeb::Status
- Inherits:
-
Object
- Object
- OpenVPNStatusWeb::Status
- Defined in:
- lib/openvpn-status-web/status.rb
Instance Attribute Summary collapse
-
#client_list ⇒ Object
Returns the value of attribute client_list.
-
#client_list_headers ⇒ Object
Returns the value of attribute client_list_headers.
-
#global_stats ⇒ Object
Returns the value of attribute global_stats.
-
#routing_table ⇒ Object
Returns the value of attribute routing_table.
-
#routing_table_headers ⇒ Object
Returns the value of attribute routing_table_headers.
Instance Attribute Details
#client_list ⇒ Object
Returns the value of attribute client_list.
6 7 8 |
# File 'lib/openvpn-status-web/status.rb', line 6 def client_list @client_list end |
#client_list_headers ⇒ Object
Returns the value of attribute client_list_headers.
5 6 7 |
# File 'lib/openvpn-status-web/status.rb', line 5 def client_list_headers @client_list_headers end |
#global_stats ⇒ Object
Returns the value of attribute global_stats.
9 10 11 |
# File 'lib/openvpn-status-web/status.rb', line 9 def global_stats @global_stats end |
#routing_table ⇒ Object
Returns the value of attribute routing_table.
8 9 10 |
# File 'lib/openvpn-status-web/status.rb', line 8 def routing_table @routing_table end |
#routing_table_headers ⇒ Object
Returns the value of attribute routing_table_headers.
7 8 9 |
# File 'lib/openvpn-status-web/status.rb', line 7 def routing_table_headers @routing_table_headers end |