Class: Cfhighlander::Dsl::SubcomponentParameter

Inherits:
Object
  • Object
show all
Defined in:
lib/cfhighlander.dsl.subcomponent.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSubcomponentParameter

Returns a new instance of SubcomponentParameter.



13
14
15
# File 'lib/cfhighlander.dsl.subcomponent.rb', line 13

def initialize

end

Instance Attribute Details

#cfndsl_valueObject

Returns the value of attribute cfndsl_value.



11
12
13
# File 'lib/cfhighlander.dsl.subcomponent.rb', line 11

def cfndsl_value
  @cfndsl_value
end

#nameObject

Returns the value of attribute name.



11
12
13
# File 'lib/cfhighlander.dsl.subcomponent.rb', line 11

def name
  @name
end