Class: Packagecloud::Result
- Inherits:
-
Object
- Object
- Packagecloud::Result
- Defined in:
- lib/packagecloud/result.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
-
#succeeded ⇒ Object
Returns the value of attribute succeeded.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
3 4 5 |
# File 'lib/packagecloud/result.rb', line 3 def response @response end |
#succeeded ⇒ Object
Returns the value of attribute succeeded.
4 5 6 |
# File 'lib/packagecloud/result.rb', line 4 def succeeded @succeeded end |