Class: Rake::Gem::Maintenance::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



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

def error
  @error
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



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

def success
  @success
end