Module: BSV::Network::Result::Predicates
Overview
Mixin providing default false implementations for all query predicates.
Instance Method Summary collapse
Instance Method Details
#error? ⇒ Boolean
16 17 18 |
# File 'lib/bsv/network/result.rb', line 16 def error? false end |
#not_found? ⇒ Boolean
20 21 22 |
# File 'lib/bsv/network/result.rb', line 20 def not_found? false end |
#success? ⇒ Boolean
12 13 14 |
# File 'lib/bsv/network/result.rb', line 12 def success? false end |