Class: HelloComponentListenersDefaultSlot::Presenter
- Inherits:
-
Object
- Object
- HelloComponentListenersDefaultSlot::Presenter
- Defined in:
- lib/glimmer-dsl-web/samples/hello/hello_component_listeners_default_slot.rb
Instance Attribute Summary collapse
-
#status_message ⇒ Object
Returns the value of attribute status_message.
Instance Method Summary collapse
-
#initialize ⇒ Presenter
constructor
A new instance of Presenter.
Constructor Details
#initialize ⇒ Presenter
Returns a new instance of Presenter.
276 277 278 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_component_listeners_default_slot.rb', line 276 def initialize @status_message = "Accordion section 1 is expanded!" end |
Instance Attribute Details
#status_message ⇒ Object
Returns the value of attribute status_message.
274 275 276 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_component_listeners_default_slot.rb', line 274 def @status_message end |