Class: Forge::Configuration::EventConfiguration
- Inherits:
-
Object
- Object
- Forge::Configuration::EventConfiguration
- Defined in:
- lib/forge/lib/forge/config/events.rb
Instance Attribute Summary collapse
-
#display ⇒ Object
Returns the value of attribute display.
Instance Method Summary collapse
-
#initialize ⇒ EventConfiguration
constructor
A new instance of EventConfiguration.
Constructor Details
#initialize ⇒ EventConfiguration
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
#display ⇒ Object
Returns the value of attribute display.
18 19 20 |
# File 'lib/forge/lib/forge/config/events.rb', line 18 def display @display end |