Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support variables in verb options #13

Merged
merged 2 commits into from
Jan 23, 2016
Merged

Conversation

danielberkompas
Copy link
Owner

This allows you to do this:

options = [voice: "alice"] 

twiml do
  say "Something", options 
end

It's a lot easier to share configs between multiple <Say> verbs, for
example.

This allows you to do this:

```elixir
options = [voice: "alice"]
twiml do
  say "Something", options
end
```

It's a lot easier to share configs between multiple `<Say>` verbs, for
example.
danielberkompas added a commit that referenced this pull request Jan 23, 2016
@danielberkompas danielberkompas merged commit 4e1a7b8 into master Jan 23, 2016
@danielberkompas danielberkompas deleted the feature/variable-options branch January 23, 2016 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant