class Datamappify::Repository::QueryMethod::Count

Public Instance Methods

perform() click to toggle source

@return [Integer]

# File lib/datamappify/repository/query_method/count.rb, line 6
def perform
  dispatch_criteria_to_default_source(:Count)
end
reader?() click to toggle source

@see Method#reader?

# File lib/datamappify/repository/query_method/count.rb, line 11
def reader?
  true
end