Class: TcServer::NodeRevisions

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

Overview

Used to enumerate revisions of a node application

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ NodeRevisions

Returns a new instance of NodeRevisions.



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

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