44uk/nis-ruby

View on GitHub
lib/nis/endpoint/node/extended_info.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Nis::Endpoint
  module Node::ExtendedInfo
    # @return [Nis::Struct::Node]
    # @see https://nemproject.github.io/#extended-node-information
    def node_extended_info
      Nis::Struct::NisNodeInfo.build request!(:get, '/node/extended-info')
    end
  end
end