Method: UltracartClient::ItemContent#valid?

Defined in:
lib/ultracart_api/models/item_content.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



220
221
222
223
# File 'lib/ultracart_api/models/item_content.rb', line 220

def valid?
  return false if !@extended_description.nil? && @extended_description.to_s.length > 10000
  true
end