class Twilio::REST::Events::V1::SchemaList
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
Public Class Methods
new(version)
click to toggle source
Initialize the SchemaList
@param [Version] version Version
that contains the resource @return [SchemaList] SchemaList
Calls superclass method
Twilio::REST::ListResource::new
# File lib/twilio-ruby/rest/events/v1/schema.rb 20 def initialize(version) 21 super(version) 22 23 # Path Solution 24 @solution = {} 25 end
Public Instance Methods
to_s()
click to toggle source
Provide a user friendly representation
# File lib/twilio-ruby/rest/events/v1/schema.rb 29 def to_s 30 '#<Twilio.Events.V1.SchemaList>' 31 end