Class: EhbrsRubyUtils::Videos2::Unsupported::CheckResult

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs_ruby_utils/videos2/unsupported/check_result.rb

Instance Method Summary collapse

Instance Method Details

#passed?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/check_result.rb', line 12

def passed?
  message.blank?
end