Class: MessageBird::CallFlowStepOption
- Defined in:
- lib/messagebird/callflow.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#finish_on_key ⇒ Object
Returns the value of attribute finish_on_key.
-
#if_machine ⇒ Object
Returns the value of attribute if_machine.
-
#language ⇒ Object
Returns the value of attribute language.
-
#length ⇒ Object
Returns the value of attribute length.
-
#machine_timeout ⇒ Object
Returns the value of attribute machine_timeout.
-
#mask ⇒ Object
Returns the value of attribute mask.
-
#max_length ⇒ Object
Returns the value of attribute max_length.
-
#media ⇒ Object
Returns the value of attribute media.
-
#on_finish ⇒ Object
Returns the value of attribute on_finish.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#record ⇒ Object
Returns the value of attribute record.
-
#repeat ⇒ Object
Returns the value of attribute repeat.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#transcribe ⇒ Object
Returns the value of attribute transcribe.
-
#transcribe_language ⇒ Object
Returns the value of attribute transcribe_language.
-
#url ⇒ Object
Returns the value of attribute url.
-
#voice ⇒ Object
Returns the value of attribute voice.
Method Summary
Methods inherited from Base
#initialize, #map_hash_elements_to_self, #value_to_time
Constructor Details
This class inherits a constructor from MessageBird::Base
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def destination @destination end |
#finish_on_key ⇒ Object
Returns the value of attribute finish_on_key.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def finish_on_key @finish_on_key end |
#if_machine ⇒ Object
Returns the value of attribute if_machine.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def if_machine @if_machine end |
#language ⇒ Object
Returns the value of attribute language.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def language @language end |
#length ⇒ Object
Returns the value of attribute length.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def length @length end |
#machine_timeout ⇒ Object
Returns the value of attribute machine_timeout.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def machine_timeout @machine_timeout end |
#mask ⇒ Object
Returns the value of attribute mask.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def mask @mask end |
#max_length ⇒ Object
Returns the value of attribute max_length.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def max_length @max_length end |
#media ⇒ Object
Returns the value of attribute media.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def media @media end |
#on_finish ⇒ Object
Returns the value of attribute on_finish.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def on_finish @on_finish end |
#payload ⇒ Object
Returns the value of attribute payload.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def payload @payload end |
#record ⇒ Object
Returns the value of attribute record.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def record @record end |
#repeat ⇒ Object
Returns the value of attribute repeat.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def repeat @repeat end |
#timeout ⇒ Object
Returns the value of attribute timeout.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def timeout @timeout end |
#transcribe ⇒ Object
Returns the value of attribute transcribe.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def transcribe @transcribe end |
#transcribe_language ⇒ Object
Returns the value of attribute transcribe_language.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def transcribe_language @transcribe_language end |
#url ⇒ Object
Returns the value of attribute url.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def url @url end |
#voice ⇒ Object
Returns the value of attribute voice.
56 57 58 |
# File 'lib/messagebird/callflow.rb', line 56 def voice @voice end |