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



13
14
15
# File 'lib/gb_mapfish_appserver/engine.rb', line 13

def alias_fields
  @alias_fields
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



13
14
15
# File 'lib/gb_mapfish_appserver/engine.rb', line 13

def fields
  @fields
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



13
14
15
# File 'lib/gb_mapfish_appserver/engine.rb', line 13

def model
  @model
end