Class: Doxyparser::EnumValue

Inherits:
Node
  • Object
show all
Defined in:
lib/nodes/enum_value.rb

Overview

Every one of the members of an Enum

Instance Attribute Summary collapse

Attributes inherited from Node

#basename, #dir, #doc, #name, #node, #parent

Method Summary

Methods inherited from Node

#==, #eql?, #escaped_name, #initialize, #to_s, #to_str

Methods included from Util

#del_prefix_class, #del_prefix_file, #del_spaces, #do_filter, #escape_all, #escape_class_name, #escape_const_ref_ptr, escape_const_ref_ptr, #escape_file_name, #escape_template, home_dir, #match, read_file, write_file

Constructor Details

This class inherits a constructor from Doxyparser::Node

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Doxyparser::Node

Instance Attribute Details

#initializerObject (readonly)

Returns the value of attribute initializer.



6
7
8
# File 'lib/nodes/enum_value.rb', line 6

def initializer
  @initializer
end