Class: OpenVPNStatusWeb::Status

Inherits:
Object
  • Object
show all
Defined in:
lib/openvpn-status-web/status.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_listObject

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_headersObject

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_statsObject

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_tableObject

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_headersObject

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