Class: Sunspot::Schema::FieldType
- Inherits:
-
Struct
- Object
- Struct
- Sunspot::Schema::FieldType
- Defined in:
- sunspot/lib/sunspot/schema.rb
Overview
:nodoc:all
Instance Attribute Summary (collapse)
-
- (Object) class_name
Returns the value of attribute class_name.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) suffix
Returns the value of attribute suffix.
Instance Attribute Details
- (Object) class_name
Returns the value of attribute 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
10 11 12 |
# File 'sunspot/lib/sunspot/schema.rb', line 10 def name @name end |
- (Object) suffix
Returns the value of attribute suffix
10 11 12 |
# File 'sunspot/lib/sunspot/schema.rb', line 10 def suffix @suffix end |