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

Instance Method Summary collapse

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_codeString

Returns:

  • (String)


106
107
108
# File 'lib/seam/resources/action_attempt.rb', line 106

def error_code
  @error_code
end

#messageString

Returns:

  • (String)


108
109
110
# File 'lib/seam/resources/action_attempt.rb', line 108

def message
  @message
end

Instance Method Details

#created_atTime

Date and time at which Seam created the error.

Returns:

  • (Time)


111
# File 'lib/seam/resources/action_attempt.rb', line 111

date_accessor :created_at