Class: Rake::GemMaintenance::GemPush::Result
- Inherits:
-
Struct
- Object
- Struct
- Rake::GemMaintenance::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
9 10 11 |
# File 'lib/rake/gem/maintenance/gem_push.rb', line 9 def error @error end |
#success ⇒ Object
Returns the value of attribute success
9 10 11 |
# File 'lib/rake/gem/maintenance/gem_push.rb', line 9 def success @success end |