class Sleek::QueryCollection

Attributes

namespace[R]

Public Class Methods

new(namespace) click to toggle source

Inernal: Initialize query collection.

namespace - the Sleek::Namespace object.

# File lib/sleek/query_collection.rb, line 8
def initialize(namespace)
  @namespace = namespace
end

Public Instance Methods

inspect() click to toggle source
# File lib/sleek/query_collection.rb, line 21
def inspect
  "#<Sleek::QueryCollection ns=#{namespace.name}>"
end