Class: Ehbrs::Videos::Unsupported::CheckResult

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/videos/unsupported/check_result.rb

Instance Method Summary collapse

Instance Method Details

#passed?Boolean



12
13
14
# File 'lib/ehbrs/videos/unsupported/check_result.rb', line 12

def passed?
  message.blank?
end