lib/twilio-ruby/rest/studio/v2.rb in twilio-ruby-5.33.0 vs lib/twilio-ruby/rest/studio/v2.rb in twilio-ruby-5.33.1

- old
+ new

@@ -14,11 +14,11 @@ # Initialize the V2 version of Studio def initialize(domain) super @version = 'v2' @flows = nil - @flow_valid = nil + @flow_validate = nil end ## # @param [String] sid The SID of the Flow resource to fetch. # @return [Twilio::REST::Studio::V2::FlowContext] if sid was passed. @@ -33,11 +33,11 @@ end end ## # @return [Twilio::REST::Studio::V2::FlowValidateContext] - def flow_valid - @flow_valid ||= FlowValidateList.new self + def flow_validate + @flow_validate ||= FlowValidateList.new self end ## # Provide a user friendly representation def to_s \ No newline at end of file