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