Method: UpBankingClient::WebhookResourceRelationships#valid?

Defined in:
lib/up_banking/models/webhook_resource_relationships.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



78
79
80
81
# File 'lib/up_banking/models/webhook_resource_relationships.rb', line 78

def valid?
  return false if @logs.nil?
  true
end