Class: Rake::GemMaintenance::GemPush::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rake/gem/maintenance/gem_push.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



9
10
11
# File 'lib/rake/gem/maintenance/gem_push.rb', line 9

def error
  @error
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



9
10
11
# File 'lib/rake/gem/maintenance/gem_push.rb', line 9

def success
  @success
end