Class: AbideDevUtils::Ppt::CodeGen::Parameter

Inherits:
Base
  • Object
show all
Defined in:
lib/abide_dev_utils/ppt/code_gen/resource_types/parameter.rb

Instance Attribute Summary

Attributes inherited from Base

#id, #title

Instance Method Summary collapse

Methods inherited from Base

#get_my, #has_a, #reference, #that_equals, #to_s, #type, #value, #with_a

Constructor Details

#initializeParameter

Returns a new instance of Parameter.



9
10
11
12
# File 'lib/abide_dev_utils/ppt/code_gen/resource_types/parameter.rb', line 9

def initialize
  @supports_children = true
  @supports_value = true
end