Class: Adhearsion::CallController::Input::Result
- Defined in:
- lib/adhearsion/call_controller/input.rb
Instance Attribute Summary collapse
-
#menu ⇒ Object
Returns the value of attribute menu.
-
#response ⇒ Object
Returns the value of attribute response.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#menu ⇒ Object
Returns the value of attribute menu
7 8 9 |
# File 'lib/adhearsion/call_controller/input.rb', line 7 def @menu end |
#response ⇒ Object
Returns the value of attribute response
7 8 9 |
# File 'lib/adhearsion/call_controller/input.rb', line 7 def response @response end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/adhearsion/call_controller/input.rb', line 7 def status @status end |
Instance Method Details
#inspect ⇒ Object
12 13 14 |
# File 'lib/adhearsion/call_controller/input.rb', line 12 def inspect "#<Adhearsion::CallController::Input::Result response=#{response.inspect}, status=#{status.inspect}>" end |
#to_s ⇒ Object
8 9 10 |
# File 'lib/adhearsion/call_controller/input.rb', line 8 def to_s response end |