lib/twilio-ruby/rest/trunking_client.rb in twilio-ruby-4.7.0.edge vs lib/twilio-ruby/rest/trunking_client.rb in twilio-ruby-4.7.0

- old
+ new

@@ -87,12 +87,12 @@ end protected ## - # Set up +voice+ and +phone_numbers+ attributes. + # Set up +trunks+ attribute. def set_up_subresources # :doc: - @voice = Twilio::REST::Trunking::Trunks.new "/#{API_VERSION}/Trunks", self + @trunks = Twilio::REST::Trunking::Trunks.new "/#{API_VERSION}/Trunks", self end ## # Builds up full request path def build_full_path(path, params, method)