Class: Drip::Workflow
- Defined in:
- lib/drip/resources/workflow.rb
Instance Attribute Summary
Attributes inherited from Resource
Class Method Summary collapse
Methods inherited from Resource
#initialize, #method_missing, #respond_to?, #singular?
Constructor Details
This class inherits a constructor from Drip::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Drip::Resource
Class Method Details
.resource_name ⇒ Object
7 8 9 |
# File 'lib/drip/resources/workflow.rb', line 7 def self.resource_name "workflow" end |