Class: LaunchCraft::Update::Global
- Inherits:
-
Struct
- Object
- Struct
- LaunchCraft::Update::Global
- Defined in:
- lib/launchcraft/update.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
-
#partial ⇒ Object
Returns the value of attribute partial.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current
42 43 44 |
# File 'lib/launchcraft/update.rb', line 42 def current @current end |
#partial ⇒ Object
Returns the value of attribute partial
42 43 44 |
# File 'lib/launchcraft/update.rb', line 42 def partial @partial end |
#total ⇒ Object
Returns the value of attribute total
42 43 44 |
# File 'lib/launchcraft/update.rb', line 42 def total @total end |