Class: Twilio::REST::Supersim

Inherits:
SupersimBase show all
Defined in:
lib/twilio-ruby/rest/supersim.rb,
lib/twilio-ruby/rest/supersim/v1.rb,
lib/twilio-ruby/rest/supersim/v1/sim.rb,
lib/twilio-ruby/rest/supersim/v1/fleet.rb,
lib/twilio-ruby/rest/supersim/v1/network.rb,
lib/twilio-ruby/rest/supersim/v1/ip_command.rb,
lib/twilio-ruby/rest/supersim/v1/sms_command.rb,
lib/twilio-ruby/rest/supersim/v1/esim_profile.rb,
lib/twilio-ruby/rest/supersim/v1/usage_record.rb,
lib/twilio-ruby/rest/supersim/v1/settings_update.rb,
lib/twilio-ruby/rest/supersim/v1/sim/billing_period.rb,
lib/twilio-ruby/rest/supersim/v1/sim/sim_ip_address.rb,
lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb,
lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb

Defined Under Namespace

Classes: V1

Instance Attribute Summary

Attributes inherited from Domain

#client

Instance Method Summary collapse

Methods inherited from SupersimBase

#initialize, #to_s, #v1

Methods inherited from Domain

#absolute_url, #initialize, #request

Constructor Details

This class inherits a constructor from Twilio::REST::SupersimBase

Instance Method Details

#esim_profiles(sid = :unset) ⇒ Twilio::REST::Supersim::V1::EsimProfileInstance, Twilio::REST::Supersim::V1::EsimProfileList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that we created to identify the eSIM Profile resource.

Returns:



9
10
11
12
# File 'lib/twilio-ruby/rest/supersim.rb', line 9

def esim_profiles(sid=:unset)
  warn "esim_profiles is deprecated. Use v1.esim_profiles instead."
  self.v1.esim_profiles(sid)
end

#fleets(sid = :unset) ⇒ Twilio::REST::Supersim::V1::FleetInstance, Twilio::REST::Supersim::V1::FleetList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that we created to identify the Fleet resource.

Returns:



19
20
21
22
# File 'lib/twilio-ruby/rest/supersim.rb', line 19

def fleets(sid=:unset)
  warn "fleets is deprecated. Use v1.fleets instead."
  self.v1.fleets(sid)
end

#ip_commands(sid = :unset) ⇒ Twilio::REST::Supersim::V1::IpCommandInstance, Twilio::REST::Supersim::V1::IpCommandList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that we created to identify the IP Command resource.

Returns:



29
30
31
32
# File 'lib/twilio-ruby/rest/supersim.rb', line 29

def ip_commands(sid=:unset)
  warn "ip_commands is deprecated. Use v1.ip_commands instead."
  self.v1.ip_commands(sid)
end

#network_access_profiles(sid = :unset) ⇒ Twilio::REST::Supersim::V1::NetworkAccessProfileInstance, Twilio::REST::Supersim::V1::NetworkAccessProfileList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that identifies the Network Access Profile resource.

Returns:



49
50
51
52
# File 'lib/twilio-ruby/rest/supersim.rb', line 49

def network_access_profiles(sid=:unset)
  warn "network_access_profiles is deprecated. Use v1.network_access_profiles instead."
  self.v1.network_access_profiles(sid)
end

#networks(sid = :unset) ⇒ Twilio::REST::Supersim::V1::NetworkInstance, Twilio::REST::Supersim::V1::NetworkList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that we created to identify the Network resource.

Returns:



39
40
41
42
# File 'lib/twilio-ruby/rest/supersim.rb', line 39

def networks(sid=:unset)
  warn "networks is deprecated. Use v1.networks instead."
  self.v1.networks(sid)
end

#settings_updatesTwilio::REST::Supersim::V1::SettingsUpdateInstance



56
57
58
59
# File 'lib/twilio-ruby/rest/supersim.rb', line 56

def settings_updates
  warn "settings_updates is deprecated. Use v1.settings_updates instead."
  self.v1.settings_updates()
end

#sims(sid = :unset) ⇒ Twilio::REST::Supersim::V1::SimInstance, Twilio::REST::Supersim::V1::SimList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that identifies the Sim resource.

Returns:



65
66
67
68
# File 'lib/twilio-ruby/rest/supersim.rb', line 65

def sims(sid=:unset)
  warn "sims is deprecated. Use v1.sims instead."
  self.v1.sims(sid)
end

#sms_commands(sid = :unset) ⇒ Twilio::REST::Supersim::V1::SmsCommandInstance, Twilio::REST::Supersim::V1::SmsCommandList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that we created to identify the SMS Command resource.

Returns:



75
76
77
78
# File 'lib/twilio-ruby/rest/supersim.rb', line 75

def sms_commands(sid=:unset)
  warn "sms_commands is deprecated. Use v1.sms_commands instead."
  self.v1.sms_commands(sid)
end

#usage_recordsTwilio::REST::Supersim::V1::UsageRecordInstance



82
83
84
85
# File 'lib/twilio-ruby/rest/supersim.rb', line 82

def usage_records
  warn "usage_records is deprecated. Use v1.usage_records instead."
  self.v1.usage_records()
end