Class: Seam::Resources::ActionAttempt::Result::AcsCredentialOnSeam::Errors

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/action_attempt.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#error_codeObject

Returns the value of attribute error_code.



72
73
74
# File 'lib/seam/resources/action_attempt.rb', line 72

def error_code
  @error_code
end

#messageObject

Returns the value of attribute message.



73
74
75
# File 'lib/seam/resources/action_attempt.rb', line 73

def message
  @message
end