Method: Notifo::NotificationProperties#valid?
- Defined in:
- lib/notifo/models/notification_properties.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
62 63 64 |
# File 'lib/notifo/models/notification_properties.rb', line 62 def valid? true end |