Class: Sunspot::Schema::FieldVariant
- Inherits:
-
Struct
- Object
- Struct
- Sunspot::Schema::FieldVariant
- Defined in:
- sunspot/lib/sunspot/schema.rb
Instance Attribute Summary (collapse)
-
- (Object) attribute
Returns the value of attribute attribute.
-
- (Object) suffix
Returns the value of attribute suffix.
Instance Attribute Details
- (Object) attribute
Returns the value of attribute attribute
11 12 13 |
# File 'sunspot/lib/sunspot/schema.rb', line 11 def attribute @attribute end |
- (Object) suffix
Returns the value of attribute suffix
11 12 13 |
# File 'sunspot/lib/sunspot/schema.rb', line 11 def suffix @suffix end |