Classes: Stub
5 6 7 8 9
# File 'lib/ruby-kong/request/node.rb', line 5 def get_node_info path = RubyKong.paths[:node][:info] Request.get path end
11 12 13 14 15
# File 'lib/ruby-kong/request/node.rb', line 11 def get_node_status path = RubyKong.paths[:node][:status] Request.get path end