Class: Banacle::AwsWrapper::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/banacle/aws_wrapper/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



3
4
5
# File 'lib/banacle/aws_wrapper/result.rb', line 3

def error
  @error
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/banacle/aws_wrapper/result.rb', line 3

def status
  @status
end