Class: Sunspot::Schema::FieldType

Inherits:
Struct
  • Object
show all
Defined in:
sunspot/lib/sunspot/schema.rb

Overview

:nodoc:all

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) class_name

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



10
11
12
# File 'sunspot/lib/sunspot/schema.rb', line 10

def class_name
  @class_name
end

- (Object) name

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'sunspot/lib/sunspot/schema.rb', line 10

def name
  @name
end

- (Object) suffix

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



10
11
12
# File 'sunspot/lib/sunspot/schema.rb', line 10

def suffix
  @suffix
end