Class: Shoes::Progress

Inherits:
Native
  • Object
show all
Defined in:
lib/blue_shoes/native.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Native

#displace, #height, #hide, #left, #move, #parent, #remove, #show, #style, #toggle, #top, #width

Instance Attribute Details

#fractionObject

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