Class: HelloComponentListeners::Presenter
- Inherits:
-
Object
- Object
- HelloComponentListeners::Presenter
- Defined in:
- lib/glimmer-dsl-web/samples/hello/hello_component_listeners.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.
313 314 315 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_component_listeners.rb', line 313 def initialize = "Accordion section 1 is expanded!" end |
Instance Attribute Details
#status_message ⇒ Object
Returns the value of attribute status_message.
311 312 313 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_component_listeners.rb', line 311 def end |