Class: Whoosh::ClientGen::IR::Schema
- Inherits:
-
Struct
- Object
- Struct
- Whoosh::ClientGen::IR::Schema
- Defined in:
- lib/whoosh/client_gen/ir.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
12 13 14 |
# File 'lib/whoosh/client_gen/ir.rb', line 12 def fields @fields end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/whoosh/client_gen/ir.rb', line 12 def name @name end |