Class: Twobook::AccountQuery::NoneQuery

Inherits:
Twobook::AccountQuery show all
Defined in:
lib/twobook/account_query.rb

Instance Method Summary collapse

Methods inherited from Twobook::AccountQuery

#after, #and, named, #named, none, #none, #or, where, #where

Instance Method Details

#none?Boolean

Returns:

  • (Boolean)


55
56
57
# File 'lib/twobook/account_query.rb', line 55

def none?
  true
end

#on(_) ⇒ Object



51
52
53
# File 'lib/twobook/account_query.rb', line 51

def on(_)
  []
end