Class: HelloProgressBar::ProgressModel
- Inherits:
-
Object
- Object
- HelloProgressBar::ProgressModel
- Defined in:
- lib/glimmer-dsl-opal/samples/hello/hello_progress_bar.rb
Instance Attribute Summary collapse
-
#delay ⇒ Object
Returns the value of attribute delay.
-
#maximum ⇒ Object
Returns the value of attribute maximum.
-
#minimum ⇒ Object
Returns the value of attribute minimum.
-
#selection ⇒ Object
Returns the value of attribute selection.
Instance Attribute Details
#delay ⇒ Object
Returns the value of attribute delay.
26 27 28 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_progress_bar.rb', line 26 def delay @delay end |
#maximum ⇒ Object
Returns the value of attribute maximum.
26 27 28 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_progress_bar.rb', line 26 def maximum @maximum end |
#minimum ⇒ Object
Returns the value of attribute minimum.
26 27 28 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_progress_bar.rb', line 26 def minimum @minimum end |
#selection ⇒ Object
Returns the value of attribute selection.
26 27 28 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_progress_bar.rb', line 26 def selection @selection end |