Class: Forge::Configuration::EventConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/forge/lib/forge/config/events.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEventConfiguration

Returns a new instance of EventConfiguration.



20
21
22
# File 'lib/forge/lib/forge/config/events.rb', line 20

def initialize
  @display = :list
end

Instance Attribute Details

#displayObject

Returns the value of attribute display.



18
19
20
# File 'lib/forge/lib/forge/config/events.rb', line 18

def display
  @display
end