Class: Rudder::DSL::ResourceType
- Defined in:
- lib/rudder/dsl/resource_type.rb
Overview
Concourse Resource Type
ResourceTypes specify how Concourse Resources operate and may be user or community defined.
DSL Usage:
ResourceType are defined by a name
,
type
, and source
.
Method Summary
Methods inherited from Resource
#_inner_hash, #initialize, #sub_path, #to_h
Methods inherited from Component
#_inner_hash, #method_missing, #respond_to?, #respond_to_missing?, #to_h
Methods included from Util
Constructor Details
This class inherits a constructor from Rudder::DSL::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Rudder::DSL::Component