Class: SearchRule

Inherits:
Struct
  • Object
show all
Defined in:
lib/gb_mapfish_appserver/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alias_fieldsObject

Returns the value of attribute alias_fields

Returns:

  • (Object)

    the current value of alias_fields



34
35
36
# File 'lib/gb_mapfish_appserver/engine.rb', line 34

def alias_fields
  @alias_fields
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



34
35
36
# File 'lib/gb_mapfish_appserver/engine.rb', line 34

def fields
  @fields
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



34
35
36
# File 'lib/gb_mapfish_appserver/engine.rb', line 34

def model
  @model
end