Class: Twilio::REST::FlexApi::V1::GoodDataList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::FlexApi::V1::GoodDataList
- Defined in:
- lib/twilio-ruby/rest/flex_api/v1/good_data.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ GoodDataList
constructor
Initialize the GoodDataList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ GoodDataList
Initialize the GoodDataList
18 19 20 21 22 23 |
# File 'lib/twilio-ruby/rest/flex_api/v1/good_data.rb', line 18 def initialize(version) super(version) # Path Solution @solution = {} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
27 28 29 |
# File 'lib/twilio-ruby/rest/flex_api/v1/good_data.rb', line 27 def to_s '#<Twilio.FlexApi.V1.GoodDataList>' end |