Class: MessageBird::CallFlowStep

Inherits:
Base
  • Object
show all
Defined in:
lib/messagebird/callflow.rb,
lib/messagebird/call_flow/step.rb

Instance Attribute Summary collapse

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

#actionObject

Returns the value of attribute action.



48
49
50
# File 'lib/messagebird/callflow.rb', line 48

def action
  @action
end

#idObject

Returns the value of attribute id.



48
49
50
# File 'lib/messagebird/callflow.rb', line 48

def id
  @id
end

#optionsObject

Returns the value of attribute options.



7
8
9
# File 'lib/messagebird/call_flow/step.rb', line 7

def options
  @options
end