Class: HelloProgressBar::ProgressModel

Inherits:
Object
  • Object
show all
Defined in:
lib/glimmer-dsl-opal/samples/hello/hello_progress_bar.rb

Instance Attribute Summary collapse

Instance Attribute Details

#delayObject

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

#maximumObject

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

#minimumObject

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

#selectionObject

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