Class: LaunchCraft::Update::Global

Inherits:
Struct
  • Object
show all
Defined in:
lib/launchcraft/update.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



42
43
44
# File 'lib/launchcraft/update.rb', line 42

def current
  @current
end

#partialObject

Returns the value of attribute partial

Returns:

  • (Object)

    the current value of partial



42
43
44
# File 'lib/launchcraft/update.rb', line 42

def partial
  @partial
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



42
43
44
# File 'lib/launchcraft/update.rb', line 42

def total
  @total
end