Class: Opine::Alert

Inherits:
Widget show all
Defined in:
lib/opine/widgets/alert.rb

Direct Known Subclasses

Native::Alert

Instance Attribute Summary collapse

Method Summary

Methods inherited from Widget

#initialize

Constructor Details

This class inherits a constructor from Opine::Widget

Instance Attribute Details

#applicationObject

Returns the value of attribute application.



2
3
4
# File 'lib/opine/widgets/alert.rb', line 2

def application
  @application
end

#textObject

Returns the value of attribute text.



2
3
4
# File 'lib/opine/widgets/alert.rb', line 2

def text
  @text
end