class Bindgen::TypeDatabase::InstanceVariableConfig
- Bindgen::TypeDatabase::InstanceVariableConfig
- Reference
- Object
Overview
Configuration of instance variables.
Included Modules
- YAML::Serializable
Defined in:
bindgen/type_database.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(*, rename : Nil | String = nil, ignore : Bool = false, nilable = false)
Instance Method Summary
-
#ignore : Bool
Ignore the property methods for this data member.
-
#ignore=(ignore : Bool)
Ignore the property methods for this data member.
-
#nilable : Bool
Whether the null pointer can be assigned to this data member.
-
#nilable=(nilable : Bool)
Whether the null pointer can be assigned to this data member.
-
#rename : String | Nil
Rename the property methods.
-
#rename=(rename : String | Nil)
Rename the property methods.