Class: Tataru::Instructions::ResourceInstruction
- Inherits:
-
Tataru::Instruction
- Object
- Tataru::Instruction
- Tataru::Instructions::ResourceInstruction
- Defined in:
- lib/tataru/instructions/resource_instruction.rb
Overview
instructions that deal with resources
Direct Known Subclasses
CheckInstruction, CreateInstruction, DeleteInstruction, MarkDeletableInstruction, ReadInstruction, RescmpInstruction, UpdateInstruction
Instance Attribute Summary
Attributes inherited from Tataru::Instruction
Instance Method Summary collapse
Methods inherited from Tataru::Instruction
Instance Method Details
#desc ⇒ Object
10 11 12 |
# File 'lib/tataru/instructions/resource_instruction.rb', line 10 def desc Kernel.const_get(resource_desc).new end |