Class: LocateRule
- Inherits:
-
Struct
- Object
- Struct
- LocateRule
- Defined in:
- lib/gb_mapfish_appserver/engine.rb
Instance Attribute Summary collapse
-
#layer ⇒ Object
Returns the value of attribute layer.
-
#model ⇒ Object
Returns the value of attribute model.
-
#search_field ⇒ Object
Returns the value of attribute search_field.
Instance Attribute Details
#layer ⇒ Object
Returns the value of attribute layer
15 16 17 |
# File 'lib/gb_mapfish_appserver/engine.rb', line 15 def layer @layer end |
#model ⇒ Object
Returns the value of attribute model
15 16 17 |
# File 'lib/gb_mapfish_appserver/engine.rb', line 15 def model @model end |
#search_field ⇒ Object
Returns the value of attribute search_field
15 16 17 |
# File 'lib/gb_mapfish_appserver/engine.rb', line 15 def search_field @search_field end |