class CheckMobi::Resources::PhoneValidation::VerifyPin
Private Instance Methods
defaults()
click to toggle source
Calls superclass method
CheckMobi::Resource#defaults
# File lib/check_mobi/resources/phone_validation/verify_pin.rb, line 13 def defaults super.merge!({ rel_path: '/validation/verify', http_method: ALLOWED_METHODS[1], form_data: to_hash }) end