To bind to an inputted value in Polymer 1.0 add ::input after the variable you're binding to.
Example:
Here is a working example on plnkr
Elements like iron-input use the bind-input attribute to automatically bind the variable.
More info is in the docs for two-way binding