Class: Cfhighlander::Dsl::SubcomponentParameter
- Inherits:
-
Object
- Object
- Cfhighlander::Dsl::SubcomponentParameter
- Defined in:
- lib/cfhighlander.dsl.subcomponent.rb
Instance Attribute Summary collapse
-
#cfndsl_value ⇒ Object
Returns the value of attribute cfndsl_value.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ SubcomponentParameter
constructor
A new instance of SubcomponentParameter.
Constructor Details
#initialize ⇒ SubcomponentParameter
Returns a new instance of SubcomponentParameter.
13 14 15 |
# File 'lib/cfhighlander.dsl.subcomponent.rb', line 13 def initialize end |
Instance Attribute Details
#cfndsl_value ⇒ Object
Returns the value of attribute cfndsl_value.
11 12 13 |
# File 'lib/cfhighlander.dsl.subcomponent.rb', line 11 def cfndsl_value @cfndsl_value end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/cfhighlander.dsl.subcomponent.rb', line 11 def name @name end |