Method: BlueprintClient::IntegrationTransform#valid?
- Defined in:
- lib/blueprint_ruby_client/models/integration_transform.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 |
# File 'lib/blueprint_ruby_client/models/integration_transform.rb', line 115 def valid? if @field.nil? return false end if @refs.nil? return false end end |