Class: TcServer::NodeRevisions

Inherits:
Shared::Collection show all
Defined in:
lib/vas/tc_server/node_revisions.rb

Overview

Used to enumerate Node Revision s

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Collection

#each

Constructor Details

#initialize(location, client) ⇒ NodeRevisions

:nodoc:



23
24
25
# File 'lib/vas/tc_server/node_revisions.rb', line 23

def initialize(location, client) #:nodoc:
  super(location, client, 'revisions', NodeRevision)
end