Class: Sunspot::Schema::FieldType

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

Overview

:nodoc:all

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



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

def class_name
  @class_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#suffixObject

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



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

def suffix
  @suffix
end