Class: Sqlfire::LocatorPendingConfiguration

Inherits:
Shared::PendingConfiguration show all
Defined in:
lib/vas/sqlfire/locator_pending_configurations.rb

Overview

A locator configuration file that is pending

Instance Attribute Summary

Attributes included from Shared::Deletable

#collection

Attributes inherited from Shared::Configuration

#path, #size

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::PendingConfiguration

#content=

Methods included from Shared::Deletable

#delete

Methods inherited from Shared::Configuration

#content, #instance, #reload, #to_s

Constructor Details

#initialize(location, client) ⇒ LocatorPendingConfiguration

Returns a new instance of LocatorPendingConfiguration.



33
34
35
# File 'lib/vas/sqlfire/locator_pending_configurations.rb', line 33

def initialize(location, client)
  super(location, client, 'locator-group-instance', LocatorInstance)
end