Class: Hawkular::Inventory::ResourceType
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- Hawkular::Inventory::ResourceType
- Defined in:
- lib/hawkular/inventory/entities.rb
Overview
A ResourceType is like a class definition for Resources ResourceTypes are currently unique per feed, but one can assume that a two types with the same name of two different feeds are (more or less) the same.
Instance Attribute Summary
Attributes inherited from BaseEntity
#env, #feed, #id, #name, #path, #properties
Instance Method Summary collapse
-
#initialize(rt_hash) ⇒ ResourceType
constructor
A new instance of ResourceType.
Methods inherited from BaseEntity
Constructor Details
#initialize(rt_hash) ⇒ ResourceType
Returns a new instance of ResourceType
55 56 57 |
# File 'lib/hawkular/inventory/entities.rb', line 55 def initialize(rt_hash) super(rt_hash) end |