Class: SearchRule
- Inherits:
-
Struct
- Object
- Struct
- SearchRule
- Defined in:
- lib/gb_mapfish_appserver/engine.rb
Instance Attribute Summary collapse
-
#alias_fields ⇒ Object
Returns the value of attribute alias_fields.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#model ⇒ Object
Returns the value of attribute model.
Instance Attribute Details
#alias_fields ⇒ Object
Returns the value of attribute alias_fields
34 35 36 |
# File 'lib/gb_mapfish_appserver/engine.rb', line 34 def alias_fields @alias_fields end |
#fields ⇒ Object
Returns the value of attribute fields
34 35 36 |
# File 'lib/gb_mapfish_appserver/engine.rb', line 34 def fields @fields end |
#model ⇒ Object
Returns the value of attribute model
34 35 36 |
# File 'lib/gb_mapfish_appserver/engine.rb', line 34 def model @model end |