Method: BlueprintClient::TemplateAttributes#valid?

Defined in:
lib/blueprint_ruby_client/models/template_attributes.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# File 'lib/blueprint_ruby_client/models/template_attributes.rb', line 85

def valid?
  
  
  if @redirect_uri.nil?
    return false
  end

  
  
  
  
  
  
  
  
end