class CheckMobi::Resources::Voice::Call

Private Instance Methods

defaults() click to toggle source
Calls superclass method CheckMobi::Resource#defaults
# File lib/check_mobi/resources/voice/call.rb, line 15
def defaults
  super.merge!({
      rel_path: '/call',
      http_method: ALLOWED_METHODS[1],
      form_data: to_hash
  })
end