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