lib/twilio-ruby/rest/api/v2010/account/sandbox.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/api/v2010/account/sandbox.rb in twilio-ruby-5.0.0.rc5
- old
+ new
@@ -24,19 +24,9 @@
account_sid: account_sid
}
end
##
- # Constructs a SandboxContext
- # @return [SandboxContext] SandboxContext
- def get
- SandboxContext.new(
- @version,
- account_sid: @solution[:account_sid],
- )
- end
-
- ##
# Provide a user friendly representation
def to_s
'#<Twilio.Api.V2010.SandboxList>'
end
end
\ No newline at end of file