lib/twilio-ruby/rest/pricing/v1/voice.rb in twilio-ruby-5.0.0.rc21 vs lib/twilio-ruby/rest/pricing/v1/voice.rb in twilio-ruby-5.0.0.rc22

- old
+ new

@@ -82,10 +82,10 @@ ## # Build an instance of VoiceInstance # @param [Hash] payload Payload response from the API # @return [VoiceInstance] VoiceInstance def get_instance(payload) - return VoiceInstance.new( + VoiceInstance.new( @version, payload, ) end \ No newline at end of file