Class: Shared::Resource Abstract
- Inherits:
-
Object
- Object
- Shared::Resource
- Defined in:
- lib/vas/shared/resource.rb
Overview
This class is abstract.
The base of all types that interact with the REST API. A resource should map to a specific URI in the REST API
Direct Known Subclasses
Gemfire::ApplicationCode, Gemfire::ApplicationCodeImage, Gemfire::DiskStore, Gemfire::Statistic, RabbitMq::Plugin, RabbitMq::PluginImage, Collection, Configuration, Group, Installation, InstallationImage, Log, Node, NodeConfiguration, StateResource, TcServer::Application, TcServer::NodeApplication, TcServer::RevisionImage, TcServer::Template, TcServer::TemplateImage, VFabric::AgentImage, VFabric::VFabric
Instance Attribute Summary collapse
- #location ⇒ Object readonly
-
#security ⇒ Security
readonly
The resource’s security.
Instance Attribute Details
#location ⇒ Object (readonly)
24 25 26 |
# File 'lib/vas/shared/resource.rb', line 24 def location @location end |
#security ⇒ Security (readonly)
Returns the resource’s security.
27 28 29 |
# File 'lib/vas/shared/resource.rb', line 27 def security @security end |