Class: RgGen::Core::Utility::CodeUtility::MacroDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/rggen/core/utility/code_utility/source_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/rggen/core/utility/code_utility/source_file.rb', line 7

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/rggen/core/utility/code_utility/source_file.rb', line 7

def value
  @value
end