Class: Struct::Features

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

Direct Known Subclasses

Fiona7::Features

Instance Attribute Summary collapse

Instance Attribute Details

#facetting_enabledObject

Returns the value of attribute facetting_enabled

Returns:

  • (Object)

    the current value of facetting_enabled



196
197
198
# File 'lib/fiona7/engine.rb', line 196

def facetting_enabled
  @facetting_enabled
end

#widget_gc_strategyObject

Returns the value of attribute widget_gc_strategy

Returns:

  • (Object)

    the current value of widget_gc_strategy



196
197
198
# File 'lib/fiona7/engine.rb', line 196

def widget_gc_strategy
  @widget_gc_strategy
end

#workflows_enabledObject

Returns the value of attribute workflows_enabled

Returns:

  • (Object)

    the current value of workflows_enabled



196
197
198
# File 'lib/fiona7/engine.rb', line 196

def workflows_enabled
  @workflows_enabled
end