Method: UpBankingClient::WebhookDeliveryLogResourceAttributes#valid?

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

#valid?Boolean

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

Returns:

  • true if the model is valid



113
114
115
116
117
118
# File 'lib/up_banking/models/webhook_delivery_log_resource_attributes.rb', line 113

def valid?
  return false if @request.nil?
  return false if @delivery_status.nil?
  return false if @created_at.nil?
  true
end