Class: Shoes::Progress
Instance Attribute Summary collapse
-
#fraction ⇒ Object
a decimal number from 0.0 to 1.0, indicating how far along the progress bar is.
Method Summary
Methods inherited from Native
#displace, #height, #hide, #left, #move, #parent, #remove, #show, #style, #toggle, #top, #width
Instance Attribute Details
#fraction ⇒ Object
a decimal number from 0.0 to 1.0, indicating how far along the progress bar is.
210 211 212 |
# File 'lib/blue_shoes/native.rb', line 210 def fraction @fraction end |