Class: Doxyparser::Param

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

Instance Attribute Summary collapse

Attributes inherited from Node

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

Method Summary

Methods inherited from Node

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

Methods included from Util

#del_prefix, #del_spaces, #do_filter, #escape_class_name, #escape_file_name, 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

#declnameObject (readonly)

Returns the value of attribute declname.



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

def declname
  @declname
end

#typeObject (readonly)

Returns the value of attribute type.



5
6
7
# File 'lib/nodes/param.rb', line 5

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value.



7
8
9
# File 'lib/nodes/param.rb', line 7

def value
  @value
end