Module property
Source - create_property_spec_accessor
- Creates a property spec with a name, getter, setter and attributes.
- create_property_spec_double
- Creates a property spec with a name, double and attributes.
- create_property_spec_int
- Creates a property spec with a name, integer and attributes.
- create_property_spec_string
- Creates a property spec with a name, static string and attributes.
- create_property_spec_symbol_accessor
- Creates a property spec with a symbol, getter, setter and attributes.
- create_property_spec_symbol_double
- Creates a property spec with a symbol, double and attributes.
- create_property_spec_symbol_int
- Creates a property spec with a symbol, integer and attributes.
- create_property_spec_symbol_string
- Creates a property spec with a symbol, static string and attributes.