Skip to content

Instantly share code, notes, and snippets.

@bblaszkow06
Created April 10, 2019 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bblaszkow06/dfc0a3ce69220f8e834c0340c4222ee9 to your computer and use it in GitHub Desktop.
Save bblaszkow06/dfc0a3ce69220f8e834c0340c4222ee9 to your computer and use it in GitHub Desktop.
def_input_pad :input,
availability: :on_request,
demand_unit: :bytes,
caps: :any,
options: [
mute: [
type: :boolean,
default: false,
description: """
Determines whether the pad will be muted from the start.
"""
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment