Use a special value for not set attributes and parameters

This commit is contained in:
Vincent Jacques
2012-05-31 18:04:22 +02:00
parent ccf59e62af
commit 6f564e5aca
50 changed files with 2116 additions and 2128 deletions
@@ -35,7 +35,7 @@
{% endfor %}
{% for parameter in method.optionalParameters %}
{% if parameter.type.name != "@todo" %}
if {{ parameter.name }} is not DefaultValueForOptionalParameters:
if {{ parameter.name }} is not GithubObject.NotSet:
{% endif %}
{% if parameter.type.cardinality == "scalar" %}