Method: UpBankingClient::CreateWebhookResponseData#valid?
- Defined in:
- lib/up_banking/models/create_webhook_response_data.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
132 133 134 135 136 137 138 |
# File 'lib/up_banking/models/create_webhook_response_data.rb', line 132 def valid? return false if @type.nil? return false if @id.nil? return false if @attributes.nil? return false if @relationships.nil? true end |