Class: Twilio::REST::Numbers::V2::BundleCloneList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Numbers::V2::BundleCloneList
- Defined in:
- lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ BundleCloneList
constructor
Initialize the BundleCloneList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ BundleCloneList
Initialize the BundleCloneList
26 27 28 29 30 31 32 |
# File 'lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb', line 26 def initialize(version) super(version) # Path Solution @solution = { } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
37 38 39 |
# File 'lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb', line 37 def to_s '#<Twilio.Numbers.V2.BundleCloneList>' end |