Module: Nis::Endpoint::Node::Experiences

Included in:
Nis
Defined in:
lib/nis/endpoint/node/experiences.rb

Instance Method Summary collapse

Instance Method Details

#node_experiencesNis::Struct::ExtendedNodeExperiencePair



5
6
7
8
9
# File 'lib/nis/endpoint/node/experiences.rb', line 5

def node_experiences
  request!(:get, '/node/experiences') do |res|
    res[:data].map { |enep| Nis::Struct::ExtendedNodeExperiencePair.build(enep) }
  end
end