class Index

Attributes

class[R]
name[R]
options[R]
order[R]
type[R]

Public Class Methods

new(name, klass, options) click to toggle source
# File lib/redisant/index.rb, line 4
def initialize name, klass, options
  @name = name.to_s
  @class = klass
  @options = options
  @type = options[:type].to_s
end