Class: Twilio::REST::Pricing::V1::VoiceList::NumberList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Pricing::V1::VoiceList::NumberList
- Defined in:
- lib/twilio-ruby/rest/pricing/v1/voice/number.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ NumberList
constructor
Initialize the NumberList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ NumberList
Initialize the NumberList
28 29 30 31 32 33 34 |
# File 'lib/twilio-ruby/rest/pricing/v1/voice/number.rb', line 28 def initialize(version) super(version) # Path Solution @solution = { } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
39 40 41 |
# File 'lib/twilio-ruby/rest/pricing/v1/voice/number.rb', line 39 def to_s '#<Twilio.Pricing.V1.NumberList>' end |