Class: MessageBird::CallFlowStep
- Defined in:
- lib/messagebird/callflow.rb,
lib/messagebird/call_flow/step.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#id ⇒ Object
Returns the value of attribute id.
-
#options ⇒ Object
Returns the value of attribute options.
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
#action ⇒ Object
Returns the value of attribute action.
48 49 50 |
# File 'lib/messagebird/callflow.rb', line 48 def action @action end |
#id ⇒ Object
Returns the value of attribute id.
48 49 50 |
# File 'lib/messagebird/callflow.rb', line 48 def id @id end |
#options ⇒ Object
Returns the value of attribute options.
7 8 9 |
# File 'lib/messagebird/call_flow/step.rb', line 7 def end |