Method: ShareNotify::PushDocument#valid?

Defined in:
lib/share_notify/push_document.rb

#valid?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/share_notify/push_document.rb', line 21

def valid?
  !(title.nil? || contributors.empty?)
end