Class: EasySwig::ApiAttribute

Inherits:
ApiVariable show all
Defined in:
lib/apinodes/api_attribute.rb

Instance Attribute Summary collapse

Attributes inherited from ApiVariable

#match_type

Attributes inherited from ApiNode

#basename, #directory, #features, #header_file, #ignore, #match, #node_type, #parent, #target_name, #wrapped_node

Method Summary

Methods inherited from ApiVariable

#api_nodes

Methods inherited from ApiNode

#assoc_functions, #assoc_members, #assoc_with_node, #fullname, #initialize, #method_missing, #to_str

Methods included from Util

#del_prefix_class, #escape_all, #escape_const_ref_ptr, #escape_template, #gen_dir, #home_dir, #is_primitive?, #is_std?, #lib_dir, #logs_dir, #output_dir, #read_file, #rename_files, #swig_dir, #write_file

Constructor Details

This class inherits a constructor from EasySwig::ApiNode

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class EasySwig::ApiNode

Instance Attribute Details

#match_staticObject

Returns the value of attribute match_static.



3
4
5
# File 'lib/apinodes/api_attribute.rb', line 3

def match_static
  @match_static
end