Class: Twilio::REST::Pricing::V2::VoiceList::NumberList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Pricing::V2::VoiceList::NumberList
- Defined in:
- lib/twilio-ruby/rest/pricing/v2/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
19 20 21 22 23 24 |
# File 'lib/twilio-ruby/rest/pricing/v2/voice/number.rb', line 19 def initialize(version) super(version) # Path Solution @solution = {} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
28 29 30 |
# File 'lib/twilio-ruby/rest/pricing/v2/voice/number.rb', line 28 def to_s '#<Twilio.Pricing.V2.NumberList>' end |