Class: Rake::Gem::Maintenance::GemPush::Result
- Inherits:
-
Struct
- Object
- Struct
- Rake::Gem::Maintenance::GemPush::Result
- Defined in:
- lib/rake/gem/maintenance/gem_push.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/rake/gem/maintenance/gem_push.rb', line 10 def error @error end |
#success ⇒ Object
Returns the value of attribute success
10 11 12 |
# File 'lib/rake/gem/maintenance/gem_push.rb', line 10 def success @success end |