class MessageBird::CallFlowStep
Attributes
action[RW]
id[RW]
options[RW]
Public Instance Methods
options=(json)
click to toggle source
# File lib/messagebird/callflow.rb, line 49 def options=(json) @options = CallFlowStepOption.new(json) end