class CheckMobi::Resources::SMS::Details

Private Instance Methods

defaults() click to toggle source
Calls superclass method CheckMobi::Resource#defaults
# File lib/check_mobi/resources/sms/details.rb, line 13
def defaults
  super.merge!({
       rel_path: "/sms/#{@id}",
       http_method: ALLOWED_METHODS[0]
   })
end