Class: Twilio::REST::Studio::V2::FlowValidateInstance
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Studio::V2::FlowValidateInstance
- Defined in:
- lib/twilio-ruby/rest/studio/v2/flow_validate.rb
Overview
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
Instance Method Summary collapse
-
#initialize(version, payload) ⇒ FlowValidateInstance
constructor
Initialize the FlowValidateInstance.
-
#inspect ⇒ Object
Provide a detailed, user friendly representation.
-
#to_s ⇒ Object
Provide a user friendly representation.
-
#valid ⇒ Boolean
The valid.
Constructor Details
#initialize(version, payload) ⇒ FlowValidateInstance
Initialize the FlowValidateInstance
98 99 100 101 102 103 |
# File 'lib/twilio-ruby/rest/studio/v2/flow_validate.rb', line 98 def initialize(version, payload) super(version) # Marshaled Properties @properties = {'valid' => payload['valid'], } end |
Instance Method Details
#inspect ⇒ Object
Provide a detailed, user friendly representation
119 120 121 |
# File 'lib/twilio-ruby/rest/studio/v2/flow_validate.rb', line 119 def inspect "<Twilio.Studio.V2.FlowValidateInstance>" end |
#to_s ⇒ Object
Provide a user friendly representation
113 114 115 |
# File 'lib/twilio-ruby/rest/studio/v2/flow_validate.rb', line 113 def to_s "<Twilio.Studio.V2.FlowValidateInstance>" end |
#valid ⇒ Boolean
Returns The valid.
107 108 109 |
# File 'lib/twilio-ruby/rest/studio/v2/flow_validate.rb', line 107 def valid @properties['valid'] end |