Class: Opine::Alert
Direct Known Subclasses
Instance Attribute Summary collapse
-
#application ⇒ Object
Returns the value of attribute application.
-
#text ⇒ Object
Returns the value of attribute text.
Method Summary
Methods inherited from Widget
Constructor Details
This class inherits a constructor from Opine::Widget
Instance Attribute Details
#application ⇒ Object
Returns the value of attribute application.
2 3 4 |
# File 'lib/opine/widgets/alert.rb', line 2 def application @application end |
#text ⇒ Object
Returns the value of attribute text.
2 3 4 |
# File 'lib/opine/widgets/alert.rb', line 2 def text @text end |