Class: Banacle::AwsWrapper::Result
- Inherits:
-
Struct
- Object
- Struct
- Banacle::AwsWrapper::Result
- Defined in:
- lib/banacle/aws_wrapper/result.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
3 4 5 |
# File 'lib/banacle/aws_wrapper/result.rb', line 3 def error @error end |
#status ⇒ Object
Returns the value of attribute status
3 4 5 |
# File 'lib/banacle/aws_wrapper/result.rb', line 3 def status @status end |