class CheckMobi::Resources::Voice::HangupCall
Private Instance Methods
defaults()
click to toggle source
Calls superclass method
CheckMobi::Resource#defaults
# File lib/check_mobi/resources/voice/hangup_call.rb, line 14 def defaults super.merge!({ rel_path: "/call/#{@req_id}", http_method: ALLOWED_METHODS[2] }) end